ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1392. Dreaming of Stars

[vector vs stack]
Posted by marqueewinq 21 Nov 2011 21:43
This question merely touches this problem; however, i'm interested at, why c++ stack is working slower then vector? Being unable to accept solution using stack, i solved it with vector utilities; but why such simple structure as stack is so time devouring?

thx, mq