| Problem | ranges |
|---|---|
| User | Fet |
| Submission Time | 2025-06-21 10:08:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ranges.cpp: In function ‘int main()’:
ranges.cpp:24:14: error: a function-definition is not allowed here before ‘{’ token
24 | signed main(){
| ^
ranges.cpp:64:1: error: expected ‘}’ at end of input
64 | }
| ^
ranges.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^