Untitled

 avatar
unknown
c_cpp
2 years ago
242 B
3
Indexable
#include <iostream>
#include <string>
#include <cmath>
using namespace std;

//решил
int main() {
	int a= 2;
	int b = 1;
	int c = -1;
	
	int x = 0 * 0;

	int sqrt(x);
	
	cout << a << ' ' << b << ' ' << c;
	



	
	
}
Editor is loading...