| Problem | uniquenumbers_easy |
|---|---|
| User | Bristie |
| Submission Time | 2026-08-28 13:33:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
uniquenumbers_easy.cpp: In function ‘int main()’:
uniquenumbers_easy.cpp:18:26: error: expected ‘;’ before ‘}’ token
18 | um[temp] = 67
| ^
| ;
19 | }
| ~