#include <stdio.h> int main() { /* 印出 Hello World! Bye Bye */ printf("Hello World! "); printf("Bye "); printf("Bye"); return 0; }
Copyright © All rights reserved | This template is made with by Colorlib