Problem telephone
User gl
Submission Time 2026-03-02 16:09:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

telephone.cpp: In function ‘int main()’:
telephone.cpp:5:13: error: expected ‘,’ or ‘;’ before ‘long’
5 | #define int long long
| ^~~~
telephone.cpp:10:5: note: in expansion of macro ‘int’
10 | int m1 = s + x * y
| ^~~