i need help just a little beginner :)- When I try to run a program with 'system();' without 'windows.h' or 'cstdlib' (of which system is ...
Code optimization (for a competition)Yes, I know. The code must be just as short as possible and, evidently, works.
Having Trouble with C++ CheckerTry it: [code] #include "stdafx.h" #include <iostream> #include <math.h> using namespace std; int...
i need help just a little beginner :)Hi Tariqsal, - "system ("PAUSE");" needs "windows.h"; Next time organize your code, please. ... you...
Code optimization (for a competition)Hi, can we optimize more this code? [code]#include<stdio.h> main(){int n,i;scanf("%i",&n);while(...