Problem | omnomnom |
---|---|
User | asbx |
Submission Time | 2023-12-16 09:58:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
omnomnom.cpp: In function ‘int main()’:
omnomnom.cpp:36:9: error: ‘n1’ was not declared in this scope; did you mean ‘n’?
36 | char d[n1];
| ^~
| n
omnomnom.cpp:38:3: error: ‘d’ was not declared in this scope
38 | d[i]='0';
| ^
omnomnom.cpp:44:6: error: ‘d’ was not declared in this scope
44 | if(d[a]=='0') d[a]='1';
| ^
omnomnom.cpp:46:6: error: ‘d’ was not declared in this scope
46 | if(d[b]=='0') d[b]='1';
| ^
omnomnom.cpp:50:6: error: ‘d’ was not declared in this scope
50 | if(d[i]='1'){
| ^