#31237: If you have time ,please watch Back to the future


lonelybird718@gmail.com (clint-eastwood)

學校 : 臺北市私立薇閣高級中學
編號 : 168232
來源 : [36.232.167.174]
最後登入時間 :
2025-07-11 07:46:07

#include <stdio.h>
#include <stdlib.h>
int main()
{
    char str[10000];
    gets(str);    
    printf("Go %s go go",str);
    return 0;
}