Owl Get a Life
guards_ex.cpp:18:51: error: exponent has no digits 18 | for (int i = 2; i < 20; i++) ans[i] = '0'+(total/1e(20-i))%10; | ^~