全部评论 6

  • **你写错了!

    2024-02-18 来自 北京

    2
  • **你写错了!

    2025-05-03 来自 上海

    1
  • nidacuolSnidacuolS

    2025-05-03 来自 上海

    0
  • #include<iostream>
    using namespace std;

    int main(){
    cout<<"4396+2200="<<4396+2200<<endl;
    cout<<"4396-2200="<<4396-2200<<endl;
    cout<<"43962200="<<43962200<<endl;
    cout<<"4396/2200="<<4396/2200<<endl;
    cout<<"4396%2200="<<4396%2200;
    return 0;
    }/code/judger/run/20250503/5040007287094116450/main.cpp:1:1: error: 'o' does not name a type
    1 | o
    | ^

    2025-05-03 来自 上海

    0
  • 测试数据 #1

    ACGO默认提供第一个非AC的测试数据查看,每日最多可查看 1 次错误数据

    输入

    输出

    4396+2200=6596
    4396-2200=2196
    4396*2200=9671200
    4396/2200=1
    4396%2200=2196

    2025-05-03 来自 上海

    0
  • Wonderful anser了!

    2024-01-31 来自 浙江

    0
首页