Run ID:141808

提交时间:2025-12-28 15:13:41

#include<iostream> using namespace std; int main(){ int ab,cd; cin>>ab>>cd; cout<<ab/cd<<endl; return 0; }