Problem | gotoschool |
---|---|
User | Phoubia01 |
Submission Time | 2025-08-07 12:21:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:6:10: error: ‘arr’ was not declared in this scope
6 | cin >> arr[i];
| ^~~
gotoschool.cpp:8:7: error: ‘arr’ was not declared in this scope
8 | sort(arr.begin(), arr.end());
| ^~~