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