提交时间:2024-02-21 10:00:24

运行 ID: 41490

#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<n%2; return 0; }