#include <stdio.h> #include <string.h> int main () { int t,s=0,d=0; char a [100]; scanf ("%d",&t); while ( t--) { scanf ("%s", a); if (strcmp (a, "donate")==0) { scanf ("%d", &d); s += d; } else printf ("%d\n", s); } return 0; }
Sunday, April 24, 2016
Unknown
Studying at Shahjalal University of Science and Technology, Sylhet.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment