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

Compile Error

threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for (i=0, i<N; i++) {
| ^
threethreethree.cpp:9:20: error: expected ‘;’ before ‘)’ token
9 | for (i=0, i<N; i++) {
| ^
| ;
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) {
| ^