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