Before seeing the solution make sure that you tried enough. Don’t paste the whole code, just find out the logic. If you stuck in trouble, just inform me on comment.
/**Bismillahir Rahmanir Rahim.**/
#include <stdio.h>
int main()
{
int num;
while(scanf("%d", &num)!=EOF)
printf("%d\n", num - 1);
return 0;
}
please, solution in PYTHON
ReplyDeletemy Email address: gustavodreche@msn.com
thank you!!
how to learn advance c++
ReplyDelete