Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
180523 C班-陈乐 表达式求值 C++ 运行超时 0 1000 MS 260 KB 388 2024-08-21 15:32:07

Tests(0/10):


#include <bits/stdc++.h> using namespace std; long long a,b[100001],ss,l,s1; char s; int main() { cin >> a; b[++ ss] = a % 10000; while (scanf(" %c%lld",&s,&a)) { if (s == '*') { l = (b[ss] * (a % 10000)) % 10000; b[ss] = l; } else b[++ ss] = a % 10000; } for (int i = 1 ; i <= ss ; i ++) s1 = (s1 + b[i]) % 10000; cout << s1; return 0; }


测评信息: