| Problem | card |
|---|---|
| User | poopyjshdsd |
| Submission Time | 2026-03-28 11:15:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp:37:5: error: redefinition of ‘long long int a’
37 | int a,b,c,d;
| ^
card.cpp:5:5: note: ‘long long int a’ previously declared here
5 | int a,b,c,d;
| ^
card.cpp:37:7: error: redefinition of ‘long long int b’
37 | int a,b,c,d;
| ^
card.cpp:5:7: note: ‘long long int b’ previously declared here
5 | int a,b,c,d;
| ^
card.cpp:37:9: error: redefinition of ‘long long int c’
37 | int a,b,c,d;
| ^
card.cpp:5:9: note: ‘long long int c’ previously declared here
5 | int a,b,c,d;
| ^
card.cpp:37:11: error: redefinition of ‘long long int d’
37 | int a,b,c,d;
| ^
card.cpp:5:11: note: ‘long long int d’ previously declared here
5 | int a,b,c,d;
| ^
card.cpp:39:8: error: redefinition of ‘int main()’
39 | signed main(){
| ^~~~
card.cpp:7:8: note: ‘int main()’ previously