Problem switches2
User eulerleonhardfan
Submission Time 2023-01-19 07:40:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

switches2.cpp: In function ‘int32_t main()’:
switches2.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
switches2.cpp:13:10: note: in expansion of macro ‘int’
13 | tl = int(t.back())-48;
| ^~~
switches2.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
switches2.cpp:22:13: note: in expansion of macro ‘int’
22 | int a = int(s)-48;
| ^~~