Problem baseplans
User chenweilian
Submission Time 2023-08-15 16:39:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

baseplans.cpp: In function ‘int main()’:
baseplans.cpp:25:5: error: ‘nt’ was not declared in this scope; did you mean ‘int’?
25 | nt n;
| ^~
| int
baseplans.cpp:26:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
26 | cin>>n
| ^
| yn
baseplans.cpp:31:18: error: ‘ch’ was not declared in this scope
31 | cin>>ch;
| ^~