Problem 3nplus1II
User xyxyxyxy
Submission Time 2023-03-16 15:04:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:11:34: error: lvalue required as increment operand
11 | for (int i = 0; i < t; ++1) {
| ^