| Problem | lvm |
|---|---|
| User | R9q5P8 |
| Submission Time | 2026-04-13 11:56:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lvm.cpp: In function ‘int main()’:
lvm.cpp:30:54: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
30 | if (inst[i].first == "DONE") { cout << lvms.top(); return;}
| ^~~~~~