Untitled

 avatar
unknown
c_cpp
2 years ago
145 B
4
Indexable
#include <iostream>
#include <string>
using namespace std;

int main()
{
	float x = 0;
	cin >> x;
	int y = x;
	cout << x - y;
	
	
}
Editor is loading...
Leave a Comment