OII logo
  • Home
    • School selections
    • Regionals
    • Nationals & OIS
    • Tasks by technique
    • Tasks by contest
    • Tasks by year
  • Ranking
  • Algobadge
  • Forum
Log in / Sign up

Swimming Pool

Time limit: 1 sec
Memory limit: 256 MB
Input/output: stdin / stdout
Maximum score: 10
Translations:
English
Uploaded on: 18 November 2020
StatementAttachmentsTagsStatsSubmitSubmissionsHelp

Forum posts

Davide_Zocca's profile picture
Swimming pool po
#include < bits/stdc++.h > using namespace std; #define MAXN 100000 int main() { int N; cin > > N; vector v(N); for(int i=0; i < N; i++) { cin > > v[i]; } int min=1000000, pos; for(int i=1; i < N-1...
Adaminator1111's profile picture
Swimming Pool 0/100
Mi sembra che sia corretto almeno gli esempi sono giusti, ma non so cosa mi sono dimenticato di considerare, perchè gli altri testcase non sono corretti. #include #include using namespace std; int ...
Search other topics
Create new topic