Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
65683 jdf_zhangrui 202503GESP一级01 C++ 编译错误 0 MS 0 KB 152 2025-05-23 17:12:27

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main(){ double n,x,y; cin>>n>>x>>y; n=n%x; n=n-y; cout<<n; return 0; }


测评信息: