| Problem | telephone |
|---|---|
| User | shenshiqi |
| Submission Time | 2026-05-01 22:20:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
telephone.cpp:3:12: error: expected primary-expression before ‘long’
3 | #define ll long long
| ^~~~
telephone.cpp:5:2: note: in expansion of macro ‘ll’
5 | ll a, b, c;
| ^~
telephone.cpp:4:12: error: expected ‘]’ before ‘long’
4 | int main()[
| ^
| ]
telephone.cpp:6:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin >> a >> b >> c;
| ^~~
| sin
telephone.cpp:8:2: error: ‘cout’ does not name a type
8 | cout << a - b*c << " " << a + b*c << "\n";
| ^~~~
telephone.cpp:9:1: error: expected declaration before ‘}’ token
9 | }
| ^