Problem card
User AwkUngenially
Submission Time 2025-04-05 11:54:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 != ".") {
| ^