Home
last modified time | relevance | path

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

/openbsd-src/games/arithmetic/
H A Darithmetic.c86 int nright, nwrong; variable
152 if (nright + nwrong > 0) { in showstats()
154 nright, nwrong, (int)(100L * nright / (nright + nwrong))); in showstats()
235 ++nwrong; in problem()