Competitive ProgrammingI decided I should start to take part in programming competitions. In order to do that I should lear...
Order of calculationWrite your question here. I am wondering by which order the computer makes computations. For exampl...
ErrorHi. I was wondering why this piece of code: [code] int a=1, b; b= ++a + ++a + ++a; cout ...
Array-size definingI fixed my mistake, here is the code [code]int n; cin >> n; int array[n]; for (int i=0; i<n; i++) ...
Array-size definingkeskiverto I forgot [code]cin >> n;[/code] Anyone can know the size doesn't matter, and what do you...
This user does not accept Private Messages