提交时间:2026-02-03 11:21:28
运行 ID: 83849
#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<n%2; return 0; }