Problem jaydenscurve
User natizwyn
Submission Time 2026-06-26 16:35:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jaydenscurve.cpp:16:17: error: stray ‘#’ in program
16 | if (i = #) {
| ^
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
jaydenscurve.cpp:6:5: note: in expansion of macro ‘int’
6 | int R, C;
| ^~~
jaydenscurve.cpp:6:9: error: ‘R’ was not declared in this scope
6 | int R, C;
| ^
jaydenscurve.cpp:6:12: error: ‘C’ was not declared in this scope
6 | int R, C;
| ^
jaydenscurve.cpp:3:18: error: template argument 1 is invalid
3 | #define int long long;
| ^~~~
jaydenscurve.cpp:8:12: note: in expansion of macro ‘int’
8 | vector<int> A(R * C);
| ^~~
jaydenscurve.cpp:3:18: error: template argument 2 is invalid
3 | #define int long lo