Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
40194 Hyma 拉线开关 C++ Accepted 0 MS 248 KB 112 2024-02-07 22:27:44

Tests(1/1):


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


Judgement Protocol: