/in/foo.cc: In function 'long long int num(std::__cxx11::string)':
/in/foo.cc:14:1: error: expected '(' before '}' token
}
^
/in/foo.cc:14:1: error: expected primary-expression before '}' token
/in/foo.cc:14:1: error: expected primary-expression before '}' token
/in/foo.cc:14:1: error: expected ';' before '}' token
/in/foo.cc:14:1: error: expected primary-expression before '}' token
/in/foo.cc:14:1: error: expected ')' before '}' token
/in/foo.cc:14:1: error: expected primary-expression before '}' token
/in/foo.cc:12:5: warning: unused variable 'res' [-Wunused-variable]
ll res=0;
^~~
/in/foo.cc:14:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:8: warning: unused variable 'u' [-Wunused-variable]
ll u=num(s)-Pow((ll)j-1);
^