if(isFreezed)
isFreezed = false;
(edited)if(raceStart)
raceEnd = true;
if(name == n9moik)
rank = 1;
if(not_have_rank1) {
rank1_time - 10 = player_time
}
cin >> playerName
if(playerName == tght)
cout << "pro";
else cout << "nobo";
(edited)int x = 0;
in a function:
void func (int x) { x = 1; }
, if u just
func(x);
then once it returns to the calling function x will be still 0void func (int *x) { *x = 1; }
if(isPissed("jao")
kick("jao");