From 0cc616cf6fcb8f4b5db4a50bd1ee0fbb5d4b0b09 Mon Sep 17 00:00:00 2001 From: KiritoTRw <3021577574@qq.com> Date: Thu, 26 May 2016 07:59:29 +0800 Subject: [PATCH] Create 1762.c --- QUSTOJ/1762.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 QUSTOJ/1762.c diff --git a/QUSTOJ/1762.c b/QUSTOJ/1762.c new file mode 100644 index 0000000..8ddf93b --- /dev/null +++ b/QUSTOJ/1762.c @@ -0,0 +1,5 @@ +#include +int main() +{ + return printf("0 1 5 6 25 76 376 625 9376 90625 109376 \n"),0; +}