Compare commits

..

No commits in common. "1fbbeec968f602e878d0972a6194420899dfd908" and "ccff2e3d84a4c4580eb1198f6e39aabc3d7a74c3" have entirely different histories.

View File

@ -7,10 +7,6 @@ int* pa;
int n; int n;
long fuct(int n) { long fuct(int n) {
long res = 1; long res = 1;
for (int i = 1; i <= n; i++) { for (int i = 1; i <= n; i++) {