| Problem | smallprimes_ex |
|---|---|
| User | Phoubia01 |
| Submission Time | 2026-03-08 20:47:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
smallprimes_ex.cpp: In function ‘int main()’:
smallprimes_ex.cpp:28:38: error: expected ‘;’ before ‘cin’
28 | ios::sync_with_stdio(0); cin.tie(0)
| ^
| ;
29 | cin >> q >> k;
| ~~~