/in/foo.c: In function 'main':
/in/foo.c:6:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
scanf("%d",&n);
^
/in/foo.c:9:11: warning: integer constant is too large for its type
if(total%166798809782010000000000==0)
^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:10:15: warning: integer constant is too large for its type
{time+=total/166798809782010000000000;
^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:11:16: warning: integer constant is too large for its type
total-=total%166798809782010000000000*166798809782010000000000;}
^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:11:41: warning: integer constant is too large for its type
total-=total%166798809782010000000000*166798809782010000000000;}
^~~~~~~~~~~~~~~~~~~~~~~~