Home
last modified time | relevance | path

Searched refs:nwrong (Results 1 – 1 of 1) sorted by relevance

/minix3/games/arithmetic/
H A Darithmetic.c100 static int nright, nwrong; variable
168 if (nright + nwrong > 0) { in showstats()
170 nright, nwrong, (int)(100L * nright / (nright + nwrong))); in showstats()
256 ++nwrong; in problem()