Problem | card |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-05 12:38:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp:1:1: error: ‘ios’ does not name a type
1 | ios::sync_with_stdio(false);
| ^~~
card.cpp:2:1: error: ‘cin’ does not name a type
2 | cin.tie(NULL);
| ^~~