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

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
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;
| ^
jaydenscurve.cpp: At global scope:
jaydenscurve.cpp:17:7: error: expected unqualified-id before ‘return’
17 | return 0;
| ^~~~~~
jaydenscurve.cpp:18:7: error: expected declaration before ‘}’ token
18 | }
| ^