Owl Get a Life
jumper.cpp:20:1: error: expected ‘,’ or ‘;’ before ‘void’ 20 | void inc(int &a,int b) {a=(a+b)%mod;} | ^~~~