/ Vijos /

用户

个人简介

Hello,world.
###HELLO WORLD
#include<cstdio>
int main(){
printf("Hello,world.\n");
return 0;
}