Run ID:94970

提交时间:2024-10-26 15:26:17

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