Problem | childsetter2 |
---|---|
User | aiden |
Submission Time | 2025-08-11 10:16:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter2.cpp:3:1: error: ‘define’ does not name a type
3 | define ll long long
| ^~~~~~
childsetter2.cpp:5:1: error: ‘ll’ does not name a type
5 | ll difficulty[100000];
| ^~
childsetter2.cpp:6:1: error: ‘ll’ does not name a type
6 | ll score;
| ^~
childsetter2.cpp:7:1: error: ‘ll’ does not name a type
7 | ll timeleft;
| ^~
childsetter2.cpp:8:1: error: ‘ll’ does not name a type
8 | ll questionsdone = 0;
| ^~
childsetter2.cpp: In function ‘int main()’:
childsetter2.cpp:10:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | cin >> n >> m;
| ^
| yn
childsetter2.cpp:10:17: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
10 | cin >> n >> m;
| ^
| tm
childsetter2.cpp:12:16: error: ‘difficulty’ was not declared in this sco