Problem | card |
---|---|
User | hwy |
Submission Time | 2023-06-05 21:16:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:9:6: error: redeclaration of ‘int t1’
9 | int t1;
| ^~
card.cpp:4:10: note: ‘int t1’ previously declared here
4 | int m,k,t1,t2;
| ^~
card.cpp:10:6: error: redeclaration of ‘int t2’
10 | int t2;
| ^~
card.cpp:4:13: note: ‘int t2’ previously declared here
4 | int m,k,t1,t2;
| ^~