Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
65680 | jdf_zhangrui | 202503GESP一级01 | C++ | Compile Error | 0 MS | 0 KB | 165 | 2025-05-23 17:04:16 |
#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; }