Problem firstabc
User chickengoat
Submission Time 2025-12-15 13:46:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:14:8: error: ‘A’ was not declared in this scope
14 | if(m[A] && m[B] && m[C]) {
| ^
firstabc.cpp:14:16: error: ‘B’ was not declared in this scope
14 | if(m[A] && m[B] && m[C]) {
| ^
firstabc.cpp:14:24: error: ‘C’ was not declared in this scope
14 | if(m[A] && m[B] && m[C]) {
| ^