Skip to content

Commit

Permalink
add first test
Browse files Browse the repository at this point in the history
  • Loading branch information
witek-formanski committed Nov 8, 2023
1 parent 73542b0 commit 0f068c1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Binary file added pdf/2011_II_Kolokwium.pdf
Binary file not shown.
Binary file added pdf/2023_I_Kolokwium.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions src/other/legrenge.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
42 / 3
42 / 9
42 / 27
+
=
19
14 changes: 14 additions & 0 deletions src/other/nakiedy.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
-1 0 1 2 3 4 5 6 7 8 9 10 11 12 13
d z d r z d r z
d r r z
d r z

d - (dostał)
r - (robi)
z - Zrobił

if (time <= a[i][0])
ans[j] = a[i][1]

else
time - a[i][0] + a[i]1;

0 comments on commit 0f068c1

Please sign in to comment.