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

0 条评论

目前还没有评论...

信息

ID
9
时间
1000ms
内存
256MiB
难度
1
标签
(无)
递交数
101
已通过
84
上传者