提交时间:2024-02-21 10:46:50

运行 ID: 41495

#include<bits/stdc++.h> using namespace std; int main() { int m; cin>>m; cout<<m%2<<endl; return 0; }