User profile: dserbia

User info
User name:dserbia
History
Joined:
Number of posts:8
Latest posts:

Debugging Input into a vector
Here are two samples of my testing. [] indicates input. [code]Please input a list of numbers. Whe...

Debugging Input into a vector
It works. At least for me. I compiled it with MinGW, it exits after the "end 2 3". I don't know what...

URGHH!!!
Type in three numbers, then [enter]. You should see the average value.

Mosaic ICPC Challenge
CQQL: The numbers can probably be very large, so you modulo them by 10^6 so they can fit in an integ...

Using pointer instead of array.
If you needed 10^10 array elements to solve it, your solution was probably wrong. There is certainly...