| Problem | aura |
|---|---|
| User | SideQuesting |
| Submission Time | 2025-11-16 14:45:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
aura.cpp: In function ‘int main()’:
aura.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin >> n >> m >> c;
| ^~~
aura.cpp:12:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
12 | sort (arr, arr+n);
| ^~~~
| short
aura.cpp:23:5: error: ‘cout’ was not declared in this scope
23 | cout << result;
| ^~~~