代码
提交代码
#include <stdio.h> int main() { puts("Welcome to our lessons!"); return 0; }
运行结果