Search found 1 match

by Sifat_mbstu
Fri Jun 19, 2015 11:11 am
Forum: Volume 100 (10000-10099)
Topic: 10018 - Reverse and Add
Replies: 169
Views: 43881

Re: 10018 - Reverse and Add

I submit the following COde several days ago .....Sample input output everything is okay. But Verdict is COMPILATION ERROR...
it would be my pleasure if anybody Help.
My Code is:
#include <stdio.h>
int main()
{
long long int n, rev,original,num,c,test_num;
int a[100];
scanf("%lld",&test_num ...

Go to advanced search