Problem div3
User mofumofu
Submission Time 2025-08-12 23:30:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

div3.cpp: In function ‘int main()’:
div3.cpp:30:6: error: ‘x’ was not declared in this scope
30 | if (x % 3 == 0) cout << "YES";
| ^