0_0_31699178_9741.cpp:10:3: error: missing terminating " character
sprintf ("µÚ2Ãû¡°£©
^
0_0_31699178_9741.cpp: In function 'int main()':
0_0_31699178_9741.cpp:6:3: error: 'a1' was not declared in this scope
a1=20070102,b1=100;
^
0_0_31699178_9741.cpp:6:15: error: 'b1' was not declared in this scope
a1=20070102,b1=100;
^
0_0_31699178_9741.cpp:7:3: error: 'a2' was not declared in this scope
a2=20070101,b2=33;
^
0_0_31699178_9741.cpp:7:15: error: 'b2' was not declared in this scope
a2=20070101,b2=33;
^
0_0_31699178_9741.cpp:8:3: error: 'a3' was not declared in this scope
a3=20070103,b3=22;
^
0_0_31699178_9741.cpp:8:15: error: 'b3' was not declared in this scope
a3=20070103,b3=22;
^
0_0_31699178_9741.cpp:9:3: error: 'a4' was not declared in this scope
a4=20070106,b4=33;
^
0_0_31699178_9741.cpp:9:15: error: 'b4' was not declared in this scope
a4=20070106,b4=33;
^
0_0_31699178_9741.cpp:11:3: error: expected primary-expression before 'return'
return (0)
^
|