<swustoj>?id=612 最简单的C程序
链接http://acm.swust.edu.cn/problem/612/
#include <stdio.h> int main() { printf("Welcome to the OnlineJudge of Southwest University of Science and Technology!\n"); return 0; }
链接http://acm.swust.edu.cn/problem/612/
#include <stdio.h> int main() { printf("Welcome to the OnlineJudge of Southwest University of Science and Technology!\n"); return 0; }