| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 | 
|---|---|---|---|---|---|---|---|
| 1170426 | samia | Bouquet (EGOI24_bouquet) | C++20 | 38 ms | 328 KiB | 
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin>>n;
int ans=n;
int x,y;
while(n--){
    
    cin>>x>>y;
}
ans/=(x+1);
cout<<max(1,ans)<<endl;
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
