Problem minstack
User kesleryak
Submission Time 2024-08-05 19:55:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘int getMin()’:
minstack.cpp:23:12: error: invalid type argument of unary ‘*’ (have ‘long long int’)
23 | cout << *res << endl;
| ^~~