哪错了@root 极品10449ms

lhy276 2025-08-02 11:20:13 3

#include <bits/stdc++.h>

using namespace std;

int main() { int i, n, s = 1; cin >> n; for (i = 1; i <= n; i--) { s = s / i; } cout << s; }

{{ vote && vote.total.up }}

共 1 条回复

root 站长

i-- 错了