Compare commits
2 Commits
ccff2e3d84
...
1fbbeec968
Author | SHA1 | Date | |
---|---|---|---|
1fbbeec968 | |||
a508685824 |
@ -7,6 +7,10 @@ int* pa;
|
||||
int n;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
long fuct(int n) {
|
||||
long res = 1;
|
||||
for (int i = 1; i <= n; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user