mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1736.c
This commit is contained in:
parent
06f978520b
commit
6def391a9a
6
QUSTOJ/1736.c
Normal file
6
QUSTOJ/1736.c
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user