#include<stdio.h> int main() { printf("%d\n",100); printf("%.2f\n",3.14); printf("%c\n",'c'); return 0; }