Run ID:94967

提交时间:2024-10-26 15:25:39

#include<iostream> using namespace std; int main(){ double a,b; int k; cin>>a>>b k = a/b; cout<<a-b*k; }