Problem | guards_ex |
---|---|
User | bz |
Submission Time | 2024-05-15 16:03:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guards_ex.cpp: In function ‘int main()’:
guards_ex.cpp:26:5: error: ‘ull’ was not declared in this scope; did you mean ‘pll’?
26 | ull ans = 0;
| ^~~
| pll
guards_ex.cpp:29:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
29 | ans += s;
| ^~~
| abs
guards_ex.cpp:32:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
32 | cout << ans*n;
| ^~~
| abs