webturing %!s(int64=4) %!d(string=hai) anos
pai
achega
206c38d0fd
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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;
+}