Run ID:4938

提交时间:2024-10-07 10:41:19

#incude <iostream> int main(void){ int y,n;float x; std::cin>>n>>x>>y; std::cout<<(n-y/x)%1; return 0;}