Untitled
unknown
c_cpp
2 years ago
145 B
5
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
#include <iostream>
#include <string>
using namespace std;
int main()
{
float x = 0;
cin >> x;
int y = x;
cout << x - y;
}