| Problem | telephone |
|---|---|
| User | Harshith |
| Submission Time | 2026-02-17 13:15:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
telephone.cpp:3:13: error: ‘longlong’ does not name a type
3 | #define int longlong
| ^~~~~~~~
telephone.cpp:4:1: note: in expansion of macro ‘int’
4 | int x , y , s;
| ^~~
telephone.cpp: In function ‘int main()’:
telephone.cpp:3:13: error: ‘longlong’ was not declared in this scope
3 | #define int longlong
| ^~~~~~~~
telephone.cpp:6:2: note: in expansion of macro ‘int’
6 | int a, b;
| ^~~
telephone.cpp:7:9: error: ‘s’ was not declared in this scope
7 | cin >> s >> x >> y;
| ^
telephone.cpp:7:14: error: ‘x’ was not declared in this scope
7 | cin >> s >> x >> y;
| ^
telephone.cpp:7:19: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> s >> x >> y;
| ^
| yn
telephone.cpp:8:2: error: ‘a’