docs(B4050): 添加 GESP202409
This commit is contained in:
parent
0e4732edda
commit
07b74d0957
@ -45,7 +45,6 @@ int main() {
|
|||||||
for (int i = 2; i <= n; i++) {
|
for (int i = 2; i <= n; i++) {
|
||||||
result = multiply(result, i);
|
result = multiply(result, i);
|
||||||
}
|
}
|
||||||
reverse(result.begin(), result.end());
|
|
||||||
cout << result << endl;
|
cout << result << endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user