Problem abcs
User kesleryak
Submission Time 2024-08-28 17:20:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

abcs.cpp: In function ‘int main()’:
abcs.cpp:33:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
33 | if (b[0] != "a" and a == 1) {
| ^~~