long long long is too long
int main()
{
long long long int X;
return 0;
}
The above code compiled with GCC will produce the error above. This is one of the most interesting error messages produced by GCC.
0 COMMENT
No comment available. You can post your comment below.
POST COMMENT
Sorry! You need to login first to post comment.