Problem | flipcards |
---|---|
User | leniux |
Submission Time | 2025-05-07 16:34:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flipcards.cpp: In function ‘int main()’:
flipcards.cpp:40:14: error: ‘ll’ was not declared in this scope
40 | for (ll i=0;i<n;i++)
| ^~
flipcards.cpp:40:21: error: ‘i’ was not declared in this scope
40 | for (ll i=0;i<n;i++)
| ^
flipcards.cpp:42:15: error: expected ‘;’ before ‘b’
42 | ll b,c; cin >> c >> b;
| ^~
| ;
flipcards.cpp:42:28: error: ‘c’ was not declared in this scope
42 | ll b,c; cin >> c >> b;
| ^
flipcards.cpp:42:33: error: ‘b’ was not declared in this scope
42 | ll b,c; cin >> c >> b;
| ^