Problem | sortingtrainers |
---|---|
User | pIaceholder |
Submission Time | 2023-11-27 15:16:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sortingtrainers.cpp: In function ‘int32_t main()’:
sortingtrainers.cpp:20:13: error: ‘c’ was not declared in this scope
20 | if (tall) c += 1;
| ^
sortingtrainers.cpp:21:16: error: ‘c’ was not declared in this scope
21 | if (!tall && c) {
| ^
sortingtrainers.cpp:30:13: error: ‘c’ was not declared in this scope
30 | if (tall) c += 1;
| ^
sortingtrainers.cpp:31:16: error: ‘c’ was not declared in this scope
31 | if (!tall && c) {
| ^