Browse Source

Add 'G.cpp'

webturing 4 years ago
parent
commit
206c38d0fd
1 changed files with 9 additions and 0 deletions
  1. 9 0
      G.cpp

+ 9 - 0
G.cpp

@@ -0,0 +1,9 @@
+#include<bits/stdc++.h>
+using namespace std;
+int main(){
+    int n;
+    cin>>hex>>n;
+    cout<<dec<<n;
+     
+    return 0;
+}