We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadf1a5 commit 12f738fCopy full SHA for 12f738f
630A - Again Twenty Five!.cpp
@@ -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