#include<cstdio>
int main()
{
int a=10;
printf("%d\n",-1,a);
return 0;} why this program print -1; can anyone explain me d reson. ? -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
