| Problem | erp |
|---|---|
| User | shadowblade2718 |
| Submission Time | 2026-08-19 21:25:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
erp.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
erp.cpp:5:1: note: in expansion of macro ‘int’
5 | int main()
| ^~~
erp.cpp: In function ‘int main()’:
erp.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
erp.cpp:7:5: note: in expansion of macro ‘int’
7 | int V, E, K;
| ^~~
erp.cpp:7:9: error: ‘V’ was not declared in this scope
7 | int V, E, K;
| ^
erp.cpp:7:12: error: ‘E’ was not declared in this scope
7 | int V, E, K;
| ^
erp.cpp:7:15: error: ‘K’ was not declared in this scope
7 | int V, E, K;
| ^
erp.cpp:3:18: error: wrong number of template arguments (1, should be 2)
3 | #define int long long;
| ^~~~
erp.cpp:9:17: n