#include <stdio.h> int main() { int i; for(i=10;i<100;i++) if(809*i==800*i+9*i) if(10<=8*i&&8*i<100) if(100<=9*i&&9*i<1000) printf("%d",i); return 0; }
You need to Sign in for post a comment
Comment list( 0 )
You need to Sign in for post a comment