Problem guanine
User jmuzhen
Submission Time 2023-07-11 14:43:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:9:11: error: expected unqualified-id before ‘int’
9 | char c, int i;
| ^~~
guanine.cpp:19:11: error: ‘i’ was not declared in this scope
19 | cin >> i;
| ^
guanine.cpp:23:11: error: ‘i’ was not declared in this scope
23 | cin >> i;
| ^
guanine.cpp:27:11: error: ‘i’ was not declared in this scope
27 | cin >> i;
| ^