Run ID:97808
提交时间:2024-11-16 16:26:30
#include <stdio.h> int main() { printf("%s\n","This is a C program."); return 0; }