Problem threethreethree
User Yuhmama
Submission Time 2026-06-24 10:39:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:12:9: error: ‘i’ was not declared in this scope
12 | if ((A[i]+A[j]+A[k])%3==0) {
| ^
threethreethree.cpp:12:14: error: ‘j’ was not declared in this scope
12 | if ((A[i]+A[j]+A[k])%3==0) {
| ^
threethreethree.cpp:12:19: error: ‘k’ was not declared in this scope
12 | if ((A[i]+A[j]+A[k])%3==0) {
| ^