Problem telephone
User Yifei1234
Submission Time 2023-02-23 10:26:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

telephone.cpp: In function ‘int main()’:
telephone.cpp:5:6: error: expected initializer before ‘cin’
5 | cin>>X>>Y>>s
| ^~~
telephone.cpp:5:17: error: expected ‘}’ at end of input
5 | cin>>X>>Y>>s
| ^
telephone.cpp:3:12: note: to match this ‘{’
3 | int main(){
| ^