#1909: :( can anyone that is done teach me how to do?


1755143-9@g.puiching.edu.mo (zero3)

School : Pui Ching Middle School
ID : 3019
IP address : [192.168.120.33]
Last Login :
2025-04-07 21:37:43
b185. 计算A*B的结果(困難版) | From: [192.168.120.33] | Post Date : 2025-04-09 20:29

#include<bits/stdc++.h>

using namespace std;

int main()

{

    long long a, b;

    unsigned long long sum;

    cin>>a>>b;

    sum = a * b;

    cout<<sum<<endl;

    return 0;

}

I DON'T KNOW WHAT IS WRONG!

I think is the number is not enough big.

:(

 
#1914: Re::( can anyone that is done teach me how to do?


1753422-4@g.puiching.edu.mo (P5A30廖善衡)

School : No School
ID : 2950
IP address : [192.168.120.33]
Last Login :
2025-03-20 11:41:41
b185. 计算A*B的结果(困難版) | From: [192.168.120.33] | Post Date : 2025-04-09 20:38

bruh


me too ! i don't know how to do

 
ZeroJudge Forum