| Problem | uniquenumbers_easy |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-08-28 14:15:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
uniquenumbers_easy.cpp: In function ‘int32_t main()’:
uniquenumbers_easy.cpp:11:8: error: expected primary-expression before ‘>’ token
11 | cin >>> n;
| ^
uniquenumbers_easy.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for (i = 0; i < n; i++) {
| ^