Problem | lazy_robot |
---|---|
User | shashi93 |
Submission Time | 2025-08-20 16:49:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lazy_robot.cpp: In function ‘int main()’:
lazy_robot.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
lazy_robot.cpp:12:9: note: in expansion of macro ‘int’
12 | if (int(s.back) % 2 == 0){
| ^~~
lazy_robot.cpp:12:9: error: expected ‘)’ before ‘long’
12 | if (int(s.back) % 2 == 0){
| ~^
| )