CodeChef submission 843938 (C) plaintext list. Status: WA, problem HS08TEST, contest . By yhoshino11 (yhoshino11), 2012-02-11 08:04:28.
#include<stdio.h> int main(void){ int amt; float bal; if(amt%5 == 0 && amt < bal && 0<amt<=2000 && 0<bal<=2000){ } else { } return 0; }
Comments

