Accepted
/in/foo.c: In function 'main':
/in/foo.c:20:5: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
printf("%lld\n",s);
^~~~~~~~~~~~~~~~~~
/in/foo.c: In function 'main':
/in/foo.c:20:5: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
printf("%lld\n",s);
^~~~~~~~~~~~~~~~~~