#include <stdio.h> int main() { FILE *fp = stdin; int num; fprintf(fp, "%d", 55); }
Nothing
Previous Question Next Question
Your comments will be displayed only after manual approval.