Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
127247 梁思宸 魔法生物 C++ 解答错误 0 0 MS 272 KB 190 2024-01-25 08:28:48

Tests(0/1):


#include <bits/stdc++.h> using namespace std; int a[10010]; int n, m; int main (){ ios::sync_with_stdio(false); cin.tie(0); while (cin >> n && n != 0) cout << n - 1; return 0; }


测评信息: