| Problem | guanine |
|---|---|
| User | Kiameimon |
| Submission Time | 2024-01-10 15:06:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guanine.cpp: In function ‘int main()’:
guanine.cpp:3:14: error: expected ‘}’ before ‘else’
3 | #define elif else if
| ^~~~
guanine.cpp:23:3: note: in expansion of macro ‘elif’
23 | elif(str[0] == 'S'){
| ^~~~
guanine.cpp:18:20: note: to match this ‘{’
18 | if(str[0] == 'A'){
| ^