Run ID:133043
提交时间:2025-10-13 18:29:47
#include<iostream> using namespace std; int main(){ int a,b; cout<<a/b<<endl; return 0; }