各大佬看一下哪儿有猫饼
查看原帖
各大佬看一下哪儿有猫饼
1562347
yjj13621355890楼主2025/1/22 21:08

各大佬看一下哪儿有猫饼

#include<iostream>
using namespace std;
int main()
{
    int x,y;
    cin>>x>>y;
    if(x*y>2147483647)
        cout<<"long long int";
    else
        cout<<"int";
    return 0;
}
2025/1/22 21:08
加载中...