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

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:9:12: error: expected ‘;’ before ‘S’
9 | 'string' S;
| ^~
| ;
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;
| ^