Problem jaydenscurve
User Zubair
Submission Time 2026-06-26 15:58:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:6:12: error: expected unqualified-id before ‘;’ token
6 | int R, C,;
| ^
jaydenscurve.cpp:10:9: error: ‘s’ was not declared in this scope
10 | cin>>s;
| ^
jaydenscurve.cpp:13:15: error: ‘i’ was not declared in this scope
13 | cout << i << "" << j << endl;
| ^