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

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:6:11: error: ‘A’ was not declared in this scope
6 | if(cin>>A>>C){
| ^
jaydenscurve.cpp:6:14: error: ‘C’ was not declared in this scope
6 | if(cin>>A>>C){
| ^
jaydenscurve.cpp:8:5: error: expected initializer before ‘for’
8 | for(int i=1;i<=R;i++){
| ^~~
jaydenscurve.cpp:8:17: error: ‘i’ was not declared in this scope
8 | for(int i=1;i<=R;i++){
| ^
jaydenscurve.cpp:8:20: error: ‘R’ was not declared in this scope
8 | for(int i=1;i<=R;i++){
| ^
jaydenscurve.cpp:17:24: error: template argument 2 is invalid
17 | for(pair<int, int p.cells){
| ^~~~~
jaydenscurve.cpp:17:29: error: expected unqualified-id before ‘)’ token
17 | for(pair<int, int p.cells){
|