Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
56415 yuboyuan 拉线开关 C++ Accepted 0 MS 236 KB 114 2024-11-12 20:30:05

Tests(1/1):


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


Judgement Protocol: