Problem threethreethree
User yq
Submission Time 2026-06-24 10:37:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:9:10: error: expected primary-expression before ‘int’
9 | A[i]= int a
| ^~~
threethreethree.cpp:13:8: error: expected primary-expression before ‘int’
13 | A[j]=int b
| ^~~
threethreethree.cpp:17:9: error: expected primary-expression before ‘int’
17 | A[k]= int c
| ^~~
threethreethree.cpp:19:6: error: ‘a’ was not declared in this scope
19 | if(a+b+c % 3 == 0){
| ^
threethreethree.cpp:19:8: error: ‘b’ was not declared in this scope
19 | if(a+b+c % 3 == 0){
| ^
threethreethree.cpp:19:10: error: ‘c’ was not declared in this scope
19 | if(a+b+c % 3 == 0){
| ^
threethreethree.cpp:20:23: error: ‘i’ was not declared in this scope
20 | cout<<"YES"<<endl<<i<<j<<k;
| ^
threethreethree.cpp:20: