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

Maree a Venezia

Time limit: 1.5 sec
Memory limit: 256 MB
Input/output: grader
Maximum score: 22
Translations:
Italiano
Uploaded on: 9 January 2016
StatementAttachmentsTagsStatsSubmitSubmissionsHelp

Forum posts

marcoBeretta's profile picture
Maree a venezia
Ho risolto il problema "maree a Venezia" con questo codice #include < stdio.h > #include < stdlib.h > struct nodo{ int num; struct nodo* ne...
Luxor's profile picture
Maree a Venezia (Execution killed with signal 8 (could be triggered by violating memory limits))
#include < iostream > #include < vector > #include < climits > using namespace std; #define ll long long int N, M, T, Res = INT32_MAX; vector < int > V(200001, INT32_MAX); void DFS(int S, int Calc,...
Search other topics
Create new topic