#include <stdio.h> int main(){int a=3791, w=0;while(w==0){a=a+45;if(a%3==1){if(a%5==1){if(a%9==3){printf("TU CIE MAM! %d", a);w=1;}}}}return 0;}
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!