Problem mononono
User dacashew
Submission Time 2023-12-30 17:38:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mononono.cpp: In function ‘int main()’:
mononono.cpp:107:13: error: too few arguments to function ‘void push(long long int, long long int)’
107 | push(a[i]);
| ^
mononono.cpp:85:6: note: declared here
85 | void push(int val,int i){
| ^~~~