| Problem | lvm |
|---|---|
| User | vadar2525 |
| Submission Time | 2026-06-23 15:49:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lvm.cpp: In function ‘int main()’:
lvm.cpp:32:14: error: ‘class std::stack<long long int>’ has no member named ‘front’
32 | int x = a.front();
| ^~~~~
lvm.cpp:34:18: error: ‘class std::stack<long long int>’ has no member named ‘front’
34 | int y = x + a.front();
| ^~~~~
lvm.cpp:39:14: error: ‘class std::stack<long long int>’ has no member named ‘front’
39 | int x = a.front();
| ^~~~~
lvm.cpp:41:18: error: ‘class std::stack<long long int>’ has no member named ‘front’
41 | int y = x * a.front();
| ^~~~~