Dodano zadania z drugich zajęć laboratorium.

This commit is contained in:
2022-10-12 17:14:28 +02:00
parent 174156a1c7
commit c0c5842cd8
5 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#include <iostream>
int main(void)
{
int x,y;
int a1, a2;
int b1, b2;
int c1, c2;
// here lies peter, he failed miserably.
// system of equations killed him rapidly.
}