Create 1736.c

pull/14/head
Kirigaya Kazuto 2016-05-21 12:41:26 +08:00
parent 06f978520b
commit 6def391a9a
1 changed files with 6 additions and 0 deletions

6
QUSTOJ/1736.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("For maxinum profit,he should so save his money in a bank:\nmade fixed deposit for 8 year: 0 times\nmade fixed deposit for 5 year: 4 times\nmade fixed deposit for 3 year: 0 times\nmade fixed deposit for 2 year: 0 times\nmade fixed deposit for 1 year: 0 times\nToal:8841.01\n");
return 0;
}