Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
38166 | yuzhengxun | 奇数求和 | C++ | 解答错误 | 0 MS | 244 KB | 179 | 2024-01-25 15:23:22 |
#include<bits/stdc++.h> using namespace std; int main() { int a,n,m,s=0; cin>>n>>m; for(int i=1;i<=n;i++){ if(a%2>0){ s++; } } cout<<s; return 0; }