Compare commits

..

No commits in common. "69ab5ec72b4bda226602f5b9031510666e0a16db" and "919d9ba6560b74f5e1428a7fe3bd627c101f35df" have entirely different histories.

View File

@ -17,6 +17,9 @@ void func() {
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++) {