Problem | foreveralone |
---|---|
User | newplayer |
Submission Time | 2024-02-10 05:24:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:11:15: error: ‘False’ was not declared in this scope
11 | mp[i]=False;
| ^~~~~
foreveralone.cpp:20:23: error: ‘True’ was not declared in this scope
20 | mp[first]=True;
| ^~~~
foreveralone.cpp:25:20: error: ‘False’ was not declared in this scope
25 | if (mp[i]==False){
| ^~~~~