Problem | prime |
---|---|
User | Prawin07 |
Submission Time | 2023-11-08 18:56:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prime.cpp: In function ‘int32_t main()’:
prime.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
prime.cpp:15:25: note: to match this ‘{’
15 | for (i = 2; i <= a; i++){
| ^
prime.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
prime.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^