Problem div3
User Skyler
Submission Time 2025-06-18 09:35:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

div3.cpp: In function ‘int main()’:
div3.cpp:6:7: error: ‘X’ was not declared in this scope
6 | if ( X % 3 ==0){
| ^
div3.cpp:10:3: error: expected ‘}’ at end of input
10 | }
| ^
div3.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^