Problem | bracketex |
---|---|
User | sawntoe |
Submission Time | 2023-01-18 15:21:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bracketex.cpp: In function ‘int main()’:
bracketex.cpp:12:10: error: ‘atoi’ was not declared in this scope
12 | switch(atoi(bstring[i])) {
| ^~~~
bracketex.cpp:37:4: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
37 | return;
| ^~~~~~
bracketex.cpp:43:3: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
43 | return;
| ^~~~~~
bracketex.cpp:46:2: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
46 | return;
| ^~~~~~