Problem jaydenscurve
User JoonLoong
Submission Time 2026-06-26 16:33:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:23:132: error: expected ‘;’ before ‘}’ token
23 | } cout << row << " " << col << "\n" << row+1 << " " << col << "\n" << row << " " << col+1 << "\n" << row+1 << " " << col+1 << "\n"
| ^
| ;
24 | }
| ~