Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
41499 lmz120809 拉线开关 C++ 解答错误 0 MS 240 KB 151 2024-02-21 10:52:22

Tests(0/1):


#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; }


测评信息: