+ 1
I was asked to find largest product of adjacent 13 terms in this 1000 digit number.. But i don't get output... What to do...
6 Respuestas
+ 1
The code does not compile, since there are breaks and no "" for the char array
This compiles, but I did not check for overflow.
https://code.sololearn.com/cjx7A4FTasI1/?ref=app
+ 1
The number is toooo large. Int type can't afford the number.
+ 1
matthias.... i haven't noticed that... now it works... thanks maaahn
0
then what to do
0
i have given type long long int
0
thanks everyone