Search found 1 match

by rafael.sr
Sat Oct 06, 2012 5:57 am
Forum: Volume 3 (300-399)
Topic: 382 - Perfection
Replies: 95
Views: 35854

Re: 382 problem on dev c++

I'm getting Runtime Error, but in my machine its working, please help!!!

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main(){
int numero;
bool frase = true;
do{
scanf("%d", &numero);
if (frase){
printf("PERFECTION OUTPUT\n");
frase = false;
}
if (numero==0){
printf ...

Go to advanced search