Problem | party |
---|---|
User | tux |
Submission Time | 2024-04-05 14:50:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party.cpp: In function ‘int main()’:
party.cpp:22:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
22 | ans++;
| ^~~
| abs
party.cpp:32:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
32 | cout << ans - 1 << "\n";
| ^~~
| abs