User: Aleksandar0110

  • Public profile

User profile: Aleksandar0110

User info
User name:Aleksandar0110
History
Joined:
Number of posts:9
Latest posts:

Competitive Programming
I decided I should start to take part in programming competitions. In order to do that I should lear...

Order of calculation
Write your question here. I am wondering by which order the computer makes computations. For exampl...

Error
Hi. I was wondering why this piece of code: [code] int a=1, b; b= ++a + ++a + ++a; cout ...

Array-size defining
I fixed my mistake, here is the code [code]int n; cin >> n; int array[n]; for (int i=0; i<n; i++) ...

Array-size defining
keskiverto 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