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

POI

Time limit: 1 sec
Memory limit: 64 MB
Input/output: file
Maximum score: 92
Translations:
English
Uploaded on: 9 January 2016
StatementAttachmentsTagsStatsSubmitSubmissionsHelp

Forum posts

pythonSucks's profile picture
Finanza creativa 3 casi non corretti e poi timeout
Ciao, ho provato a risolvere questo problema, l'idea risolutiva mi sembra buona ma cisono due tre specifici casi in qui nei test case mi da output errato, quindi suppongo che ci sia un problema nel...
simone00's profile picture
Art Gallery Selection
...de < algorithm > #include < ctime > bool is_vertical_axis(std::vector < std::pair < float,float > > points,int & dist) { std::vector < std::pair < float,float > > same_y; for(int i = dist; (points[dist]....
FabioCigaina's profile picture
Aiuto Art Gallery: output non corretto
...mio codice prende 65/100. La logica del mio programma è ordinare tutti i punti in base all'ascissa. Poi suppongo che esista un asse di simmetria symmetryX e verifico se è uguale per ogni coppia di punti....
picchio7's profile picture
Aiuto per The Dutch Farmer (ois_tulips2)
...< iostream > #include < string > #include < vector > #include < cmath > using namespace std; struct point { double x, y; }; int main() { // uncomment the two following lines if you want to read/write fro...
matteo.vecchio's profile picture
Compilazione fallita, disegni di Mondrian
...ina ma nelle submissions mi da compilazione fallita. #include < cstdio > #include < vector > struct Point { int x, y; }; int orientation(const Point & p, const Point & q, const Point & r); bool onSegment...
Search other topics
Create new topic