Problem 3nplus1II
User ATHY
Submission Time 2024-06-18 20:01:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:10:7: error: ‘t’ was not declared in this scope
10 | if (t==i) {
| ^
3nplus1II.cpp:19:16: error: ‘t’ was not declared in this scope
19 | if (A == 1 && t != i) {
| ^
3nplus1II.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
3nplus1II.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^