It doesnt work, always say: program.exe has stopped workingThanks, but one question for me.. What's the difference between std::vector and an vector from int?
It doesnt work, always say: program.exe has stopped workingI'm trying to do a vector with all v[i=1,2,4,8,16..]=1, and in rest 0, up to 1 000 000. Someone have...
It doesnt work, always say: program.exe has stopped working#include <iostream> using namespace std; #define N 1000001 int main() { long long v[N...