Problem | card |
---|---|
User | hwy |
Submission Time | 2023-06-05 21:16:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:9:7: error: conflicting declaration ‘char t1’
9 | char t1;
| ^~
card.cpp:4:10: note: previous declaration as ‘int t1’
4 | int m,k,t1,t2;
| ^~
card.cpp:10:7: error: conflicting declaration ‘char t2’
10 | char t2;
| ^~
card.cpp:4:13: note: previous declaration as ‘int t2’
4 | int m,k,t1,t2;
| ^~