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

Tests(0/0):


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


测评信息: