Problem | telephone |
---|---|
User | shashi93 |
Submission Time | 2024-03-28 15:12:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
telephone.cpp:7:27: error: expected constructor, destructor, or type conversion before ‘(’ token
7 | ios_base::sync_with_stdio(0); cin.tie(0);
| ^
telephone.cpp:7:32: error: ‘cin’ does not name a type; did you mean ‘sin’?
7 | ios_base::sync_with_stdio(0); cin.tie(0);
| ^~~
| sin
telephone.cpp:5:29: error: expected initializer before ‘main’
5 | #define int long longsigned main() {
| ^~~~
telephone.cpp:9:5: note: in expansion of macro ‘int’
9 | int n, x, y;
| ^~~