0_0_31226158_18488.cpp:12:13: error: missing terminating " character
printf("%10,d%10d Bad
^
0_0_31226158_18488.cpp:13:2: error: stray '\' in program
Choice\n",m,n);
^
0_0_31226158_18488.cpp:13:2: error: missing terminating " character
0_0_31226158_18488.cpp: In function 'int main()':
0_0_31226158_18488.cpp:5:26: error: 'a' was not declared in this scope
while(scanf("%d,%d",&a,&b))
^
0_0_31226158_18488.cpp:5:29: error: 'b' was not declared in this scope
while(scanf("%d,%d",&a,&b))
^
0_0_31226158_18488.cpp:13:2: error: 'Choice' was not declared in this scope
Choice\n",m,n);
^
|