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

Compile Error

threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:17:12: error: ‘i’ was not declared in this scope
17 | if(int A[i]+ int A[j]+ int A[k] % 3 = 0){
| ^
threethreethree.cpp:17:10: error: condition declares an array
17 | if(int A[i]+ int A[j]+ int A[k] % 3 = 0){
| ^
threethreethree.cpp:18:26: error: ‘j’ was not declared in this scope
18 | cout<<"YES"<<endl<<i<<j<<k;
| ^
threethreethree.cpp:18:29: error: ‘k’ was not declared in this scope
18 | cout<<"YES"<<endl<<i<<j<<k;
| ^