Problem toxic
User username
Submission Time 2023-04-23 16:43:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic.cpp: In function ‘void determine_type(int)’:
toxic.cpp:79:19: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
79 | for (int j=0;j<num;j++){
| ^~~
| enum
toxic.cpp:80:11: error: ‘lol’ was not declared in this scope; did you mean ‘logl’?
80 | if (lol&(1<<j)) type[i+j]=2;
| ^~~
| logl