0_0_18029038_30265.cpp:15:5: error: missing terminating " character
while (~scanf("%d,&operation) && operation)
^
0_0_18029038_30265.cpp: In function 'int main()':
0_0_18029038_30265.cpp:17:60: error: expected '}' before ';' token
empty[0] = empty[1] = now[0] = now[1] = name[0] = 0;
^
0_0_18029038_30265.cpp:17:60: error: expected ')' before ';' token
0_0_18029038_30265.cpp:17:60: error: expected ')' before ';' token
0_0_18029038_30265.cpp:43:25: error: 'cout' was not declared in this scope
cout << num[j][name[m - 'A']] << endl;
^
0_0_18029038_30265.cpp:43:58: error: 'endl' was not declared in this scope
cout << num[j][name[m - 'A']] << endl;
^
0_0_18029038_30265.cpp: At global scope:
0_0_18029038_30265.cpp:74:5: error: expected unqualified-id before 'return'
return 0;
^
0_0_18029038_30265.cpp:75:1: error: expected declaration before '}' token
}
^
|