想问一下为什么只有二十分,而且有RE
#include<iostream> using namespace std; int main(){ int m,t,s; cin>>m>>t>>s; int a=m-s/t; cout<<a; return 0; }