Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
41497 | lmz120809 | 拉线开关 | C++ | Compile Error | 0 MS | 0 KB | 149 | 2024-02-21 10:52:05 |
#include<bits/stdc++.h> using namespace std; int main() { int m,sum=0,k=0; cin>>m; if(m%2==1){ k=1; } else{ k=0 } return 0; }