Problem | modules |
---|---|
User | WH8 |
Submission Time | 2023-12-11 17:07:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modules.cpp: In function ‘int32_t main()’:
modules.cpp:16:13: error: expected ‘;’ before ‘long’
16 | #define int long long
| ^~~~
modules.cpp:37:2: note: in expansion of macro ‘int’
37 | int sm = 0;
| ^~~
modules.cpp:45:3: error: ‘sm’ was not declared in this scope; did you mean ‘tm’?
45 | sm += c;
| ^~
| tm
modules.cpp:47:6: error: ‘sm’ was not declared in this scope; did you mean ‘tm’?
47 | if (sm < k) {
| ^~
| tm