Problem | card |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-05 11:54:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i = 0; i < m; i++) {
| ^
card.cpp:11:2: error: ‘q’ was not declared in this scope
11 | q = 0;
| ^
card.cpp:12:16: error: ‘c’ was not declared in this scope
12 | while (cin >> c && c != .) {
| ^
card.cpp:12:26: error: expected primary-expression before ‘.’ token
12 | while (cin >> c && c != .) {
| ^
card.cpp:12:27: error: expected unqualified-id before ‘)’ token
12 | while (cin >> c && c != .) {
| ^
card.cpp:13:12: error: ‘A’ was not declared in this scope
13 | if (c == A) {
| ^