foo.cc: In function 'long long int ISAP(std::__cxx11::string)':
foo.cc:35:18: error: expected ',' or ';' before ')' token
int t=Gt(S,inf)),maxflow=0;
^
foo.cc:37:15: error: 'maxflow' was not declared in this scope
while(t>=0) maxflow+=t;
^~~~~~~
foo.cc:37:15: note: suggested alternative: '__uflow'
while(t>=0) maxflow+=t;
^~~~~~~
__uflow
foo.cc:38:10: error: 'maxflow' was not declared in this scope
return maxflow;
^~~~~~~
foo.cc:38:10: note: suggested alternative: '__uflow'
return maxflow;
^~~~~~~
__uflow
foo.cc: In function 'int main()':
foo.cc:72:2: error: expected ';' before 'printf'
printf("%lld\n",ISAP("NODGD DOG!DOG!"));
^~~~~~
foo.cc: In function 'long long int read()':
foo.cc:53:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld",&k);
~~~~~^~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务