Problem | bigredarrow |
---|---|
User | PyAce |
Submission Time | 2025-08-28 17:15:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bigredarrow.cpp: In function ‘int main()’:
bigredarrow.cpp:28:35: error: no match for ‘operator[]’ (operand types are ‘std::stack<long long int>’ and ‘long long int’)
28 | int meowmeows = ms[meow];
| ^
bigredarrow.cpp:34:26: error: no match for ‘operator[]’ (operand types are ‘std::stack<long long int>’ and ‘long long int’)
34 | int meowmeow = ms[meow];
| ^