| Problem | telephone | 
|---|---|
| User | 7Janish7 | 
| Submission Time | 2025-02-17 16:05:56 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 telephone.cpp:2:20: error: expected ‘;’ before ‘int’
    2 | using namespace std
      |                    ^
      |                    ;
    3 | int main(){
      | ~~~                 
telephone.cpp: In function ‘int main()’:
telephone.cpp:5:2: error: expected initializer before ‘cin’
    5 |  cin >> s >> x >> y
      |  ^~~
telephone.cpp:8:24: error: expected ‘}’ at end of input
    8 |  cout << min << " " << max
      |                        ^~~
telephone.cpp:3:11: note: to match this ‘{’
    3 | int main(){
      |           ^