Codeforces 630A A. Again Twenty Five! Solution

Solve in C++:


#include<iostream>
using namespace std;
main(){


long long int n;
cin>>n;
cout<<"25"<<endl;

}

No comments

Most View Post

Recent post

RESTful APIs with CRUD Operations in Laravel 12| (2025)

  RESTful APIs serve as the foundation of modern web development. They follow a set of rules called Representational State Transfer (REST) t...

Powered by Blogger.