Problem mao
User blackscreen1
Submission Time 2024-05-24 21:59:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mao.cpp: In function ‘void mao_to_cpp(int)’:
mao.cpp:21:4: error: ‘ll’ was not declared in this scope
21 | ll cv = st.top();
| ^~
mao.cpp:23:17: error: ‘cv’ was not declared in this scope; did you mean ‘c’?
23 | st.push(10 - cv);
| ^~
| c