negativeDelta's blog

By negativeDelta, history, 13 months ago, In English

In case of vector<int> a(2), if I try to access a[2], I get runtime error. But in case of vector<long long> a(2), if I try to access a[2], there is no runtime error.
Why?

Runtime error solution: 203977137
Accepted solution: 203978634

Full text and comments »

  • Vote: I like it
  • -9
  • Vote: I do not like it