Place something instead of blanks to prevent below program from printing anything.
#include <stdio.h>
int main() {
if ( ) {
printf("foo");
}
else {
printf("bar");
}
return 0;
...
German tank problem
in programming, R, riddle / with 2 comments /
Sometimes science is applied in really amazing ways, one of examples is German tank problem. During World War II, the Allies observed that the Nazis created a new model of tank. Total number of manufactured units was unknown, but the Allies, know serial numbers of some tanks. In this case, the first...
Subscribe to:
Posts (Atom)