Problem | conductslip |
---|---|
User | asbx |
Submission Time | 2024-01-01 10:24:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
conductslip.cpp: In function ‘int main()’:
conductslip.cpp:89:17: error: declaration does not declare anything [-fpermissive]
89 | #define ll long long;
| ^~~~
conductslip.cpp:126:5: note: in expansion of macro ‘ll’
126 | ll c,l,k,z;
| ^~
conductslip.cpp:126:8: error: ‘c’ was not declared in this scope
126 | ll c,l,k,z;
| ^
conductslip.cpp:126:10: error: ‘l’ was not declared in this scope; did you mean ‘ld’?
126 | ll c,l,k,z;
| ^
| ld
conductslip.cpp:126:12: error: ‘k’ was not declared in this scope
126 | ll c,l,k,z;
| ^
conductslip.cpp:126:14: error: ‘z’ was not declared in this scope
126 | ll c,l,k,z;
| ^
conductslip.cpp:89:17: error: declaration does not declare anything [-fpermissive]
89 | #define ll long long;
| ^~~~
conductslip.cpp:131:5: note: i