Problem sixandseven
User jaydenlol
Submission Time 2026-06-26 13:37:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:6:10: error: expected ‘;’ before ‘for’
6 | cin >> N
| ^
| ;
7 | for ( int i = 0; i < N; i++) {
| ~~~
sixandseven.cpp:7:19: error: ‘i’ was not declared in this scope
7 | for ( int i = 0; i < N; i++) {
| ^
sixandseven.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
sixandseven.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^