Problem catfight
User shaokai348
Submission Time 2025-03-18 21:23:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp: In function ‘int main()’:
catfight.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘for’
13 | for (int right = 0; right < N; right++){
| ^~~
catfight.cpp:13:30: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
13 | for (int right = 0; right < N; right++){
| ^
catfight.cpp:13:38: error: lvalue required as increment operand
13 | for (int right = 0; right < N; right++){
| ^~