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

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:6:16: error: redeclaration of ‘long long int C’
6 | int R, C, i, C;
| ^
jaydenscurve.cpp:6:10: note: ‘long long int C’ previously declared here
6 | int R, C, i, C;
| ^
jaydenscurve.cpp:10:9: error: ‘S’ was not declared in this scope
10 | cin>>S;
| ^