| Problem | sort |
|---|---|
| User | AaravRastogi |
| Submission Time | 2025-12-03 14:10:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:7:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n;
| ^
| yn
sort.cpp:9:2: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
9 | m[n] = {};
| ^
| tm
sort.cpp:14:41: error: ‘i’ was not declared in this scope
14 | for (int j = 0; j < n; ++j){ cout << m[i];}
| ^