I have a question regarding the output Since the output is tabbed, I assume you have to use printf (for C/C++) So what is the symbol after % for long long? Like 'd' is for integer
Also is there a way to properly convert a float to an integer? Or do you have to use a string and analyze it..
Hi
I was just wonder do you have to make your own class to hold the 2^100-1? Or is there already a data type that can do that..
I'm pretty sure my algorithm works but then I don't know how to hold such large numbers..
Hi I'm trying to do this problem since the algorithm is straight forward but I can't AC for some reason so I was wondering if someone could kindly help me find the bugs in code =)
Here it is..hope someone can tell me what's wrong with it
#include<iostream> #include<stdio.h> using namespace std ...
Hey to all of you programming pros out there can someone plz tell me what is wrong with my program I always get Compiler Error for some reason and I have no idea what is wrong with this because it works fine on my computer GRR