Problem 7up
User bestatchinesechess
Submission Time 2025-02-17 01:32:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:10:13: error: expected ‘;’ before ‘for’
10 | cout << num
| ^
| ;
11 | for (int i = 0; i < k - 1; i++) {
| ~~~
7up.cpp:11:18: error: ‘i’ was not declared in this scope
11 | for (int i = 0; i < k - 1; i++) {
| ^