Problem simp
User wangy412
Submission Time 2023-03-31 14:53:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:6:20: error: ‘False’ was not declared in this scope
6 | bool happyidol=False;
| ^~~~~
simp.cpp:8:19: error: ‘True’ was not declared in this scope
8 | happyidol=True;
| ^~~~
simp.cpp:10:19: error: ‘True’ was not declared in this scope
10 | if (happyidol=True){
| ^~~~