Search found 1 match

by WhiteBrother
Sun Dec 04, 2005 11:24 am
Forum: Volume 1 (100-199)
Topic: 107 - The Cat in the Hat
Replies: 278
Views: 55057

107

Help me plz! I don`t understand, why wrong answer @_@ ???


#include <iostream>
int main(void) {
using namespace std;
long iS2;
long iS1;

long iN1;
long iN2;
long iX1,iX2;
long it1,it2;
long isch;
long isum1,isum2;


while (1) {
cin >> iS2 >> iS1;

if ((iS1 == 0) & (iS2==0)) break ...

Go to advanced search