12 lines
175 B
C++
12 lines
175 B
C++
#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.
|
|
}
|