Problem ntuc
User AliLam
Submission Time 2025-06-19 11:12:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ntuc.cpp: In function ‘int main()’:
ntuc.cpp:11:9: error: ‘stock’ was not declared in this scope; did you mean ‘Stock’?
11 | stock.push(a);
| ^~~~~
| Stock
ntuc.cpp:17:11: error: ‘stock’ was not declared in this scope; did you mean ‘Stock’?
17 | ans = stock.top()*price.top();
| ^~~~~
| Stock