Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
119 A班-高思婕 求除数 1.0 C++ 通过 100 1 MS 256 KB 128 2024-11-16 10:53:51

Tests(3/3):


#include <bits/stdc++.h> using namespace std; int main() { int b,s,y; cin>>b>>s>>y; cout<<(b-y)/s<<endl; return 0; }


测评信息: