Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:6: warning: unused variable 'tot' [-Wunused-variable]
   ll tot=0;
      ^~~
  /in/foo.cc: In function 'int main()':
/in/foo.cc:34:6: warning: unused variable 'tot' [-Wunused-variable]
   ll tot=0;
      ^~~