#40376: __哭哭


yp11251156@yphs.tp.edu.tw (808-30許安筍)

School : 臺北市私立延平高級中學
ID : 264646
IP address : [203.72.178.1]
Last Login :
2024-12-25 11:49:37
k690. 肥余歷險記---(反數學城4) -- 肥余 | From: [123.193.193.169] | Post Date : 2024-05-15 21:28

include<bits/stdc++.h>
using namespace std;
int main()
{
    long long a,d=0;
    cin>>a;
    while(a--)
    {
     long long b,c;
     string e;
     cin>>b>>e>>c;
     if(e=="x") cout<<b*c<<endl;
     else cout<<pow(b,c)<<endl;
    }
}

 

請問為甚麼wa

 
#40760: Re: 哭哭


cges30901 (cges30901)

School : No School
ID : 30877
IP address : [39.12.66.21]
Last Login :
2025-04-20 17:19:22
k690. 肥余歷險記---(反數學城4) -- 肥余 | From: [223.137.170.61] | Post Date : 2024-06-11 21:54

不要用pow

 
ZeroJudge Forum