编辑代码
C#代码
.NET2.2.402
运行
#
include
<stdio.h>
int
main
()
{
printf
(
"1+1=%d"
,
1
+
1
);
return
0
; }