| Problem | sort |
|---|---|
| User | DuckyKayden |
| Submission Time | 2026-01-15 07:50:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int32_t main()’:
sort.cpp:16:3: error: ‘b’ was not declared in this scope
16 | b = to_string(a[i]);
| ^
sort.cpp:16:19: error: ‘i’ was not declared in this scope
16 | b = to_string(a[i]);
| ^