Problem | sum |
---|---|
User | AlphanumericUsername |
Submission Time | 2025-07-11 16:17:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sum.cpp:139:19: error: variable or field ‘input’ declared void
139 | inline void input(ll& x) {
| ^~
sum.cpp:139:19: error: ‘ll’ was not declared in this scope; did you mean ‘all’?
139 | inline void input(ll& x) {
| ^~
| all
sum.cpp:139:23: error: ‘x’ was not declared in this scope
139 | inline void input(ll& x) {
| ^
sum.cpp: In function ‘int32_t main()’:
sum.cpp:154:3: error: ‘input’ was not declared in this scope
154 | input(n);
| ^~~~~