Problem | card |
---|---|
User | YellowPurpleDragon |
Submission Time | 2024-05-03 15:15:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:5:59: error: ‘a’ was not declared in this scope
5 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);a
| ^
card.cpp:6:40: error: ‘b’ was not declared in this scope
6 | long long a, b; string c; cin >> a >> b >> c;
| ^