Search found 2 matches
- 6 years ago
- Forum: Problem set
- Topic: 3346 - Bells
- Replies: 2
- Views: 974
- Gender:

Re: 3346 - Bells
Hi, Do you know why my solution is getting Time Limit Exceeded ?, I have created my custom input with max values (http://pastebin.com/raw.php?i=15QgZ2v3) and in my computer it's done in 72ms (cpu time). Please, could you give a hint ? I followed your solution, aslo tried to use getline, this is my c...
- 6 years ago
- Forum: C/C++/C++11
- Topic: Compilation Error
- Replies: 1
- Views: 2844
- Gender:

Compilation Error
Hola, Una consulta acerca del problema 3346 - Bells , Saben por qué mi solución compila bien en ideone (http://ideone.com/N0UNUa) mientras que en el juez resulta con un error de compilación. Antes probé con este (http://ideone.com/b6poVR) pensaba que era la inicialización del arreglo pero no. Gracias.