| Problem | spreadsheet |
|---|---|
| User | SY |
| Submission Time | 2025-06-19 09:21:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
spreadsheet.cpp: In function ‘int main()’:
spreadsheet.cpp:9:32: error: expected ‘}’ at end of input
9 | cout << ((ans > n) ? -1 : ans);
| ^
spreadsheet.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^