(已刪除)

00:00
ミドリ3丁目 @c:mitsu3chome
  • 等級 6
  • 粉絲 0
#include<stdio.h>

int main(int argc, char* argv)
{
   printf("hello, world!");

   return 0;
}