Problem | baseplans |
---|---|
User | chenweilian |
Submission Time | 2023-08-15 16:39:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
baseplans.cpp: In function ‘int main()’:
baseplans.cpp:26:11: error: expected ‘;’ before ‘char’
26 | cin>>n
| ^
| ;
27 | char ch;
| ~~~~
baseplans.cpp:31:18: error: ‘ch’ was not declared in this scope
31 | cin>>ch;
| ^~