Please turn JavaScript on
Latest IUHCODER Comments icon

Latest IUHCODER Comments

We bring you the latest updates from Latest IUHCODER Comments through a simple and fast subscription.

We can deliver your news in your inbox, on your phone or you can read them here on this website on your personal news page.

Unsubscribe at any time without hassle.

Latest IUHCODER Comments's title: Home - IUHCoder: Online Judge

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.43 / day

Message History

omg ăn cứt bò vị trà sữa


Read full story

hãy làm theo đề, ví dụ rất lừa :))


Read full story
include <bits/stdc++.h>

using namespace std;

int main() {

float x; int k; cin >> k >> x; cout << fixed << setprecision(3); float result = 1.0; for (int i=0;i&lt;k;i++) { result = result * x; } cout << result; return 0;

}


Read full story