text stringlengths 49 983k |
|---|
#include <bits/stdc++.h>
int main() {
long long n;
scanf("%I64d", &n);
printf("25");
return 0;
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
cout << "25" << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
const int maxn = 1e5 + 10;
const int maxm = 1e6 + 10;
const int INF = 0x3f3f3f3f;
long long casn, n, m, k;
long long num[maxn];
long long pow(long long a, long long b) {
long long ans = 1;
while (b) {
if (b & 1) ans = (ans * a) % 100;
a = (a * a) % 100;
b /= 2;
}
return ans;
}
int main() {
cin >> n;
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << 25;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
cin >> n;
cout << "25";
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << "25" << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int a, x[105], ma, sum, sum2;
int main() {
cin >> a;
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << 25;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
string n;
while (cin >> n) {
cout << "25" << endl;
}
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int64_t n;
cin >> n;
cout << "25";
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
long long n, ans;
int main() {
ios::sync_with_stdio(false), cin.tie(0), cout.tie(0);
cin >> n;
cout << 25 << endl;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n, ans = 25;
cin >> n;
cout << ans;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() { cout << "25"; }
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
cin >> n;
cout << "25";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
long long M = 100;
long long F(long long N, long long P) {
if (P == 0) return 1;
if (P % 2 == 0) {
long long ret = F(N, P / 2);
return ((ret % M) * (ret % M)) % M;
} else
return ((N % M) * (F(N, P - 1) % M)) % M;
}
int main() {
long long n;
long long f = 5;
cin >> n;
cout << F(f, n);
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
if (n == 1) {
cout << "1";
} else {
cout << "25";
}
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
cin >> n;
cout << "25";
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
cin >> n;
cout << 25 << endl;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int a;
cin >> a;
cout << 25;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
while (cin >> n) {
cout << 25 << endl;
}
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int a;
int main() {
cin >> a;
cout << 25;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long t;
cin >> t;
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
int main() {
int a, b = 1;
scanf("%d", &a);
if (a == 0) {
printf("1");
return 0;
}
if (a == 1) {
printf("5");
return 0;
}
printf("25");
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
;
int b, a, c, ans = 0, d = 2;
cin >> a;
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
string n;
cin >> n;
cout << "25" << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
cout << 25 << "\n";
;
}
|
#include <bits/stdc++.h>
using namespace std;
const int N = 100001;
struct node {
long long int a, b;
};
node ang[N];
node anb[N];
bool cmp1(node x, node y) { return x.a < y.a; }
bool cmp(int a, int b) { return a > b; }
int main() {
long long int n;
long long int i;
cin >> n;
cout << "25" << endl;
cin >> i;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
bool equal(string s) {
int n = 0;
for (int i = 0; i < s.length(); i++) {
if (s[i] == 'a') n++;
}
if (n * 2 != s.length()) return false;
return true;
}
string s, s1, sex;
int n, d, k;
int main() {
cin >> k;
cin >> s;
n = s.length();
sex = s;
for (int i = 2; i <= n; i = i + 2) {
for (int j = 0; j <= n - i; j++) {
s1 = s.substr(j, i);
if (equal(s1)) {
while (s.find(s1) != -1) {
s.erase(s.find(s1), 1);
d++;
}
}
}
}
cout << "25";
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
scanf("%d", &n);
if (n == 1)
cout << "05";
else
cout << "25";
return 0;
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
double pow_x(double x, unsigned i) {
double prod = 1;
if (i == 0) return 1;
while (i) {
prod *= x;
i--;
}
return prod;
}
long long factorial(unsigned n) {
if (n == 0) return 1;
return n * factorial(n - 1);
}
double expo(double x, int terms) {
double sum = 0;
unsigned i = 0;
while (i < terms) {
sum += pow_x(x, i) / factorial(i);
i++;
}
return sum;
}
int main() {
long long n;
cin >> n;
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
const int mod = 1e9 + 7, N = 1e5 + 10;
void solve() {
long long n;
cin >> n;
cout << "25";
return;
}
int32_t main() {
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
int test = 1;
while (test--) {
solve();
}
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
cin >> n;
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << 25;
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
long long unsigned n;
int main() {
std::ios::sync_with_stdio(false);
cin >> n;
cout << 25;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
cin >> n;
cout << "25";
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
string s;
cin >> s;
cout << "25";
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
cout << "25";
return 0;
}
|
#include <bits/stdc++.h>
int main() {
long long int n;
scanf("%lld", &n);
printf("25");
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
int main() {
int n;
scanf("%d", &n);
printf("25\n");
}
|
#include <bits/stdc++.h>
int main() {
long long n;
scanf("%I64d", &n);
printf("25");
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int t;
cin >> t;
cout << "25";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
void test_case() { ; }
int main() {
int n;
cin >> n;
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
if (n) cout << "25" << endl;
return 0;
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << "25";
return 0;
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
int main() {
int n;
scanf("%d", &n);
if (n == 0) {
printf("1");
} else if (n == 1) {
printf("5");
} else {
printf("25");
}
return 0;
}
|
#include <bits/stdc++.h>
int main() {
long long int n;
scanf("%lld", &n);
printf("%d", 25);
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int given_number;
cin >> given_number;
cout << 25 << endl;
}
|
#include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
typedef unsigned long long int ull;
inline void smax(int &x, int y) { x = max(x, y); }
inline void smin(int &x, int y) { x = min(x, y); }
ll gcd(ll a, ll b) { return ((b == 0) ? a : gcd(b, a % b)); }
int main() {
std::ios::sync_with_stdio(false);
cin.tie(NULL);
int n;
cin >> n;
cout << 25;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
cin >> n;
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
string s;
cin >> s;
cout << 25 << endl;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
using vi = vector<int>;
using si = set<int>;
using vll = vector<ll>;
int main() {
ll n;
scanf("%lld", &n);
ll a = pow(5, n);
printf("25");
printf("\n");
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
;
long long n;
cin >> n;
if (n == 1)
cout << 5;
else
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int x;
cin >> x;
cout << 25;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long x;
cin >> x;
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
unsigned long long int n;
cin >> n;
cout << "25";
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n, i, j;
cin >> n;
cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
cout << "25" << endl;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
const int maxn = 1e5 + 10;
const int maxm = 1e6 + 10;
const int INF = 0x3f3f3f3f;
long long casn, n, m, k;
long long num[maxn];
long long p(long long a, long long b) {
long long ans = 1;
while (b) {
if (b & 1) ans = (ans * a) % 100;
a = (a * a) % 100;
b /= 2;
}
return ans;
}
int main() {
cin >> n;
cout << p(5, n) << endl;
return 0;
}
|
#include <bits/stdc++.h>
int main() {
using namespace std;
cout << "25";
}
|
#include <bits/stdc++.h>
int main() {
unsigned long long n, r;
scanf("%lld", &n);
printf("25");
return 0;
}
|
#include <bits/stdc++.h>
int main() {
std::cout << "25\n";
return 0;
}
|
#include <bits/stdc++.h>
int main() {
long long int n;
scanf("%lld", &n);
printf("25\n");
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
const int mod = 1e9 + 7;
long double My_PI = asin(1.0) * 2;
int main() {
cin.tie(NULL);
std::ios_base::sync_with_stdio(0);
cout.setf(ios_base::fixed);
cout.precision(10);
long long n;
cin >> n;
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
cin >> n;
if (n == 1)
cout << 5 << endl;
else
cout << 25 << endl;
}
|
#include <bits/stdc++.h>
int main(int argc, char** argv) {
unsigned long long k, n;
scanf("%llu", &n);
k = pow(10, 18);
if (n < 2 || n > 2 * k) {
return 0;
}
printf("25");
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n, m;
long long int f;
cin >> n;
cout << "25";
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
cout << "25" << '\n';
}
|
#include <bits/stdc++.h>
using namespace std;
const int MOD = 1e9 + 7;
int main() {
long long n;
cin >> n;
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << "25";
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << 25;
}
|
#include <bits/stdc++.h>
int main() {
int n;
double result;
scanf("%d", &n);
result = pow(5, n);
printf("25\n");
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int a;
cin >> a;
cout << 25 << endl;
return 0;
}
|
#include <bits/stdc++.h>
int main() {
long long int n, s, x;
std::cin >> n;
std::cout << 25 << '\n';
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int n;
cin >> n;
cout << "25" << endl;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() { cout << 25 << "\n"; }
|
#include <bits/stdc++.h>
using namespace std;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
long long n;
cin >> n;
if (n == 1)
cout << 5;
else
cout << 25;
}
|
#include <bits/stdc++.h>
using namespace std;
signed main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
unsigned long long t;
cin >> t;
cout << 25 << "\n";
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int xx[4] = {0, 0, 1, -1};
int yy[4] = {-1, 1, 0, 0};
int main() {
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
;
long long int n;
cin >> n;
cout << 25 << "\n";
return 0;
}
|
#include <bits/stdc++.h>
int main() {
int n;
scanf("%d", &n);
int m = 25;
printf("%d", m);
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long int res = 1, i, n;
cin >> n;
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n;
cin >> n;
if (n == 0)
cout << 1;
else if (n == 1)
cout << 5;
else
cout << 25;
return 0;
}
|
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
cout << "25";
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.