#include<stdio.h> int main(){ int a=7; float x=2.5,y=4.7; int x+a%3*(int)(x+y)%2/4; printf("%d%d%d\n",a,x,y); return 0; }