提交时间:2025-01-11 15:43:24
运行 ID: 60112
#include<iostream> using namespace std; int main() { int n; cin>>n; cout<<n%2; return 0; }