Problem | goodprogrammer |
---|---|
User | SuspiciousAmogus |
Submission Time | 2024-07-01 15:32:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp:5:1: error: ‘ll’ does not name a type
5 | ll cnt;
| ^~
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:9:3: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
9 | cnt++;
| ^~~
| int
goodprogrammer.cpp:10:10: error: ‘x’ was not declared in this scope
10 | cin >> x;
| ^
goodprogrammer.cpp:12:27: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
12 | for (int i = 1; i <= 3 * cnt; i++) cout << "wabbit ";
| ^~~
| int