不许抄!
#include<iostream> #include<cstring> using namespace std; int main() { char a; int b,c; cin>>b>>a>>c; cout<<b*c; return 0; }