From 48693480902167f548fb5315386a6b698da43cf0 Mon Sep 17 00:00:00 2001 From: repitile Date: Fri, 18 Nov 2016 22:25:33 +0200 Subject: [PATCH] Create 01_domashno --- G/04/22/01_domashno | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 G/04/22/01_domashno diff --git a/G/04/22/01_domashno b/G/04/22/01_domashno new file mode 100644 index 000000000..56eecf571 --- /dev/null +++ b/G/04/22/01_domashno @@ -0,0 +1,13 @@ +#include +#include + +int main() +{ + int n,a[50],i; + scanf("%d", &n); + for(i=0;i=0;i--) + printf("%d\n", a[i]); + return 0; +}