개발자 톡
연습문제 톡
바이러스
바이러스 반례 부탁합니다.
- 등록일
- 2021-10-19 11:01:50
- 조회수
- 985
- 작성자
- endland
일부 오답이 있네요.
#include
using ll = long long;
using namespace std;
int main(int argc, char** argv)
{
ll K, P, N, ans, mod = 1000000007;
cin>>K>>P>>N;
ans = K*pow(P,N);
cout<
#바이러스
#c++