Problem | eeducation |
---|---|
User | Tonko |
Submission Time | 2025-07-01 16:34:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:15:17: error: expected ‘;’ before ‘}’ token
15 | b.insert(temp)
| ^
| ;
16 | }
| ~
eeducation.cpp:20:17: error: invalid type argument of unary ‘*’ (have ‘int’)
20 | if (a[i] == *it)
| ^~