跳至內容

用戶討論:D2513850/存檔10

頁面內容不支援其他語言。
維基百科,自由的百科全書
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
    printf("THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG\n");
    printf("the quick brown fox jumps over the lazy dog\n");
    system("pause");
}