全部评论 2

  • 编译错误: /code/judger/test/1824759279519834112/main.cpp:2:21: error: 'mpz_class' does not name a type; did you mean 'class'?
    using namespace std;mpz_class a,b;int main(){cin >> a >> b;cout << a+b;}
    ^~~~~~~~~
    class
    /code/judger/test/1824759279519834112/main.cpp: In function 'int main()':
    /code/judger/test/1824759279519834112/main.cpp:2:53: error: 'a' was not declared in this scope
    using namespace std;mpz_class a,b;int main(){cin >> a >> b;cout << a+b;}
    ^
    /code/judger/test/1824759279519834112/main.cpp:2:58: error: 'b' was not declared in this scope
    using namespace std;mpz_class a,b;int main(){cin >> a >> b;cout << a+b;}
    ^

    2024-08-17 来自 浙江

    0
  • 现在ACGO有Python了,高精度废了

    2024-06-24 来自 上海

    0

热门讨论