| Problem | jaydenscurve |
|---|---|
| User | natizwyn |
| Submission Time | 2026-06-26 16:36:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp:14:9: error: stray ‘#’ in program
14 | int X = #;
| ^
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 long;
|