| Problem | spreadsheet |
|---|---|
| User | LL |
| Submission Time | 2025-06-19 09:20:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
spreadsheet.cpp: In function ‘int main()’:
spreadsheet.cpp:12:21: error: expected ‘;’ at end of input
12 | else cout << y/x +1
| ~^
| ;
spreadsheet.cpp:12:20: error: expected ‘}’ at end of input
12 | else cout << y/x +1
| ^
spreadsheet.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^