Untitled
Anonymous
c_cpp
11/30/2023 3:49 PM
196 B
16
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;
}