提交时间:2025-12-20 21:03:56

运行 ID: 76944

#include<cstdio> int main() { int a,b,c; scanf("%d%d%d",&a,&b,&c); printf("%d",(a+b)/c); }