Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
109930 范恒恺 09计算算数表达式 C++ Wrong Answer 1 MS 268 KB 140 2025-02-13 14:23:35

Tests(0/5):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; char c; cin>>a>>c>>b; cout<<(a+b||a-b||a*b||a/c); return 0; }


Run Info:

------Input------
100 / 10
------Answer-----
10
------Your output-----
1