Algorithm
Code Examples
#1 Code Example with C++ Programming
Code -
C++ Programming
#include<bits/stdc++.h>
using namespace std;
#define ll long long
#define endl '\n'
#define debug(n) cout<<(n)<<endl;
const ll INF = 2e18 + 99;
int main(){
ios_base::sync_with_stdio(false);
cin.tie(NULL);
int n;
cin>>n;
cout<<25;
}
Copy The Code &
Try With Live Editor
Input
2
Output
25
Demonstration
Codeforcess Solution 630-A A. Again Twenty Five! ,C++, Java, Js and Python ,630-A,Codeforcess Solution