Run ID:465
提交时间:2022-08-21 10:48:27
#include<iostream> using namespace std; int main() { int n; cin>>n; cout<<n%2; return 0; }