C++ :
#include <stdio.h> #include <iostream> #include <string> using namespace std; int main() { //freopen("in.txt", "r", stdin); char s[111]; int a,b,c; scanf("%s",s); sscanf(s,"%d*%d+%d=", &a,&b,&c); printf("%s%d", s,a*b+c); }
注册一个 Hydro 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 Hydro 通用账户