Untitled

 avatar
unknown
plain_text
a year ago
150 B
10
Indexable
#include <iostream>

using namespace std;

int main()
{
    float a,b;
    cin>>a>>b;
    float sum=a/b;
    cout<<sum;

    return 0;
}
Editor is loading...
Leave a Comment