| Problem | minstack | 
|---|---|
| User | yc | 
| Submission Time | 2025-05-29 06:46:05 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 minstack.cpp:26:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
   26 | cin>>Q;
      | ^~~
      | sin
minstack.cpp:27:1: error: expected unqualified-id before ‘for’
   27 | for (int i = 0;i<Q;i++){
      | ^~~
minstack.cpp:27:16: error: ‘i’ does not name a type
   27 | for (int i = 0;i<Q;i++){
      |                ^
minstack.cpp:27:20: error: ‘i’ does not name a type
   27 | for (int i = 0;i<Q;i++){
      |                    ^