#include <iostream>

#include<stack>

#include<queue>

using namespace std;


int main() {

// your code goes here

stack<int>s;

cout<<s.pop();

}

stack안에 쌓여있는게 아무것도 없는데, 쌓여있는 원소를 제거하는 거면 논리오류