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

La camera dei cestini

StatementSubmitSubmissionsHelp

Forum posts

Drayax's profile picture
La camera dei cestini (terry) aiuto
#include < bits/stdc++.h > using namespace std; void solve(int t) { int N, M, Q; cin > > N > > M > > Q; string S; cin > > S; vector < string > v(M); v[0] = S; string risposta; for (int i = 0; i < Q...
JOVAinter12's profile picture
Errore nella sottoposizione in “La camera dei cestini”
Link problema: https://training.olinfo.it/#/task/cestini/submissions CMSocial - a social coding app Chiede di scrivere 3 funzioni per risolverlo, ho usato il file allegato insieme al problema come ...
F.R.A's profile picture
La camera dei cestini 30/100
Ciao a tutti, avrei bisogno di un aiuto. Quando sottopongo il mio file cpp ottengo solo 30/100. Ho provato a riguardare il codice ma non riesco a pensare ad un possibile errore. La maggiorparte deg...
span11's profile picture
La camera dei cestini - 40%
Buongiorno a tutti. Per questo problema non riesco ad andare oltre il 40%. I test case falliscono per via del tempo. Ho considerato l'insieme dei cestini come un vector (ho provato anche con un arr...
Pitonio's profile picture
Cestini (Algobadge) [python]
Salve, stavo provando a fare il problema camera dei cestini delle terry ( https://territoriali.olinfo.it/task/cestini Terry ) utilizzando linguaggio python, ma la mia soluzione fa solo il primo tes...
Search other topics
Create new topic