Problem | scicom |
---|---|
User | Xavier |
Submission Time | 2025-06-20 13:01:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:18:21: error: expected ‘;’ before ‘}’ token
18 | D = "Silver"
| ^
| ;
19 | }
| ~
scicom.cpp:22:13: error: ‘C’ was not declared in this scope
22 | cout << C << " " << D;
| ^
scicom.cpp:22:25: error: ‘D’ was not declared in this scope
22 | cout << C << " " << D;
| ^