哪里错了?

P1303 A*B Problem

Serendi_Pity @ 2022-08-29 22:12:23

#include<iostream>
using namespace std;
int main(){
    long long a,b;
    cin>>a>>b;
    cout<<a*b;
}

by rui_er @ 2022-08-29 22:13:20

数据范围 10^{2000},需要写高精度


by Hisaishi_Kanade @ 2022-08-29 22:13:23

10^{2000}

by liangbowen @ 2022-08-29 22:13:43

@sjz520

每个非负整数不超过 10^{2000}


by 654179_qwq @ 2022-08-29 22:13:44

@sjz520 语言用错了,用 py

print(int(input())+int(input()))

AC 100!


by cqazy811 @ 2022-08-29 22:13:50

long long 装不下 10^{2000}


by LincW @ 2022-08-29 22:14:34

@czx2009 谔谔


by 654179_qwq @ 2022-08-29 22:14:37

草我个傻逼写成 +


print(int(input())*int(input()))

by Register_int @ 2022-08-29 22:15:47

@czx2009 您真厉害,快去切 P1919


by Hisaishi_Kanade @ 2022-08-29 22:17:10

@czx2009 您真厉害,快去切 P2452


by __qlzxlyc41__ @ 2022-08-29 22:17:26

@Register_int 但是Haskell还是能过(


| 下一页