Problem | prime |
---|---|
User | griuehiruhigero |
Submission Time | 2023-11-30 19:09:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prime.cpp: In function ‘int main()’:
prime.cpp:9:26: error: expected ‘;’ before ‘cin’
9 | ios::sync_with_stdio(0)
| ^
| ;
10 |
11 | cin.tie >> n;
| ~~~