#include
#include<bits/stdc++.h>
using namespace std;
int main () {
int q;
cin>>q;
stackst;
while(qβ)
{
int a;
cin>>a;
if(a==β2β)
{
int b;
cin>>b;
st.push(b);
}
else if(a==β1β)
{
if(!st.empty())
{
int c=st.top();
st.pop();
cout<<c<<endl;
}
else{
cout<<βNo codeβ<<endl;
}
}
}
return 0;
}