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