Skip to content

Commit 12f738f

Browse files
committed
Added 630A - Again Twenty Five!.cpp
1 parent fadf1a5 commit 12f738f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

630A - Again Twenty Five!.cpp

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#include<bits/stdc++.h>
2+
using namespace std;
3+
4+
// Code Written By: Vikash Patel
5+
6+
int main()
7+
{
8+
int n;
9+
cin>>n;
10+
cout<<25<<endl;
11+
}

0 commit comments

Comments
 (0)