Search found 1 match

by UOB
Sat Aug 07, 2004 8:05 am
Forum: Volume 101 (10100-10199)
Topic: 10110 - Light, more light
Replies: 76
Views: 39918

10110 light more light runtime error

hi every body,
i thankful if anybody help me to fix this problem
i submitted my code into the judge amd he gave me a runtime error
please help me
[code]
#include <iostream>

using namespace std;

void Switch( int &state )
{
if ( state == 1 )
state = 0;

else
state = 1;
}




int main()
{ int ...

Go to advanced search