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

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:9:9: error: redeclaration of ‘long long int i’
9 | int i, S
| ^
jaydenscurve.cpp:8:12: note: ‘long long int i’ previously declared here
8 | for(int i=1;i<=R;i++)
| ^
jaydenscurve.cpp:10:4: error: expected initializer before ‘string’
10 | string S;
| ^~~~~~
jaydenscurve.cpp:11:9: error: ‘S’ was not declared in this scope
11 | cin>>S;
| ^
jaydenscurve.cpp:14:15: error: ‘i’ was not declared in this scope
14 | cout << i << "" << j << endl;
| ^