Problem typo
User cobnet
Submission Time 2024-10-23 16:10:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:11:33: error: expected primary-expression before ‘]’ token
11 | if(us[c] != among[c]){balls--;]
| ^
typo.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
typo.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^