#include<bits/stdc++.h> using namespace std; int main(){ int a=10.4,b=15.6,c=25.2; printf("%d %d\n"a,b,c); printf("%c %c"a,b,c) return 0; }