| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1172462 | whatisdp | Best Place (NOI17_bestplace) | C++17 | 45 ms | 332 KiB |
#include<bits/stdc++.h>
using namespace std;
int main() {
int n;cin>>n;
int sx=0,sy=0;
for(int i=0;i<n;i++) {
int x,y;cin>>x>>y;
sx+=x,sy+=y;
}
cout<<sx/n<<' '<<sy/n;
}
| # | 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... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
