User talk: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");
}