Problem catfight
User Hengweezy
Submission Time 2024-02-10 03:30:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:12:14: error: expected ‘;’ before ‘}’ token
12 | cin >> s[i]
| ^
| ;
13 | }
| ~