Problem adventure
User JoshJuice
Submission Time 2025-06-05 17:35:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adventure.cpp: In function ‘int main()’:
adventure.cpp:31:13: error: ‘n’ was not declared in this scope
31 | rep(i, 0, n) {
| ^
adventure.cpp:18:55: note: in definition of macro ‘rep’
18 | #define rep(x,start,end) for(auto x=(start)-((start)>(end));x!=(end)-((start)>(end));((start)<(end)?x++:x--))
| ^~~