Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
78399 vivivivi mz C++ 解答错误 0 0 MS 240 KB 181 2023-05-21 13:38:29

Tests(0/20):


#include <iostream> using namespace std; int main() { int n,v,cnt=0; for(int i=1;i<=n;i++) { cin>>v; if(v==0)cnt++; } cout<<cnt; return 0; }


测评信息: