Problem div3
User Z2077
Submission Time 2025-06-18 10:10:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

div3.cpp: In function ‘int main()’:
div3.cpp:8:6: error: ‘else’ without a previous ‘if’
8 | else;
| ^~~~
div3.cpp:9:23: error: expected ‘;’ at end of input
9 | std::cout<<"NO"
| ~~~~^
| ;
div3.cpp:9:19: error: expected ‘}’ at end of input
9 | std::cout<<"NO"
| ^~~~
div3.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^