#include <bits/stdc++.h> using namespace std; int a[99999]; int main() { int n,s; cin>>n>>s; int ans=ceil(1.0*s/n); cout<<ans; return 0; }

0 comments

No comments so far...

Information

ID
880
Time
1000ms
Memory
256MiB
Difficulty
4
Tags
(None)
# Submissions
183
Accepted
89
Uploaded By