Compare commits
No commits in common. "69ab5ec72b4bda226602f5b9031510666e0a16db" and "919d9ba6560b74f5e1428a7fe3bd627c101f35df" have entirely different histories.
69ab5ec72b
...
919d9ba656
@ -17,6 +17,9 @@ void func() {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
long fuct(int n) {
|
||||
long res = 1;
|
||||
for (int i = 1; i <= n; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user