| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 32788 | 张弛 | 苹果和虫子2 | C++ | Wrong Answer | 0 | 0 MS | 252 KB | 136 | 2022-02-25 20:50:44 |
#include<bits/stdc++.h> using namespace std; double x,y; int n,a; int main(){ cin>>n>>x>>y; a=n-y/x; cout<<a; return 0; }