Problem | stickytape |
---|---|
User | JoshJuice |
Submission Time | 2025-04-28 22:50:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stickytape.cpp: In function ‘int main()’:
stickytape.cpp:8:3: error: ‘ll’ was not declared in this scope
8 | ll annoyance = 0;
| ^~
stickytape.cpp:12:5: error: ‘annoyance’ was not declared in this scope
12 | annoyance += n;
| ^~~~~~~~~
stickytape.cpp:15:11: error: ‘annoyance’ was not declared in this scope
15 | cout << annoyance;
| ^~~~~~~~~