Problem sixandseven
User THW
Submission Time 2026-06-26 14:19:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:8:12: error: invalid types ‘long long int[int]’ for array subscript
8 | if (N[0] + N[1] == 67){
| ^
sixandseven.cpp:8:19: error: invalid types ‘long long int[int]’ for array subscript
8 | if (N[0] + N[1] == 67){
| ^
sixandseven.cpp:12:3: error: continue statement not within a loop
12 | continue;
| ^~~~~~~~
sixandseven.cpp:14:9: error: invalid types ‘long long int[int]’ for array subscript
14 | if (N[1] + N[2] == 67){
| ^
sixandseven.cpp:14:16: error: invalid types ‘long long int[int]’ for array subscript
14 | if (N[1] + N[2] == 67){
| ^
sixandseven.cpp:18:3: error: continue statement not within a loop
18 | continue;
| ^~~~~~~~
sixandseven.cpp:20:9: error: invalid types ‘long long int[int]’ for array subscript
20 | if (N[2] + N[3] == 67) {