| Problem | bracketex |
|---|---|
| User | JustKitkat |
| Submission Time | 2024-07-08 11:54:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bracketex.cpp: In function ‘int main()’:
bracketex.cpp:20:26: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
20 | }else{cout<<"Invalid";return;}
| ^~~~~~