fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main(void) {
  5. int n;
  6. cin >> n;
  7. cout << uppercase << hex << n << endl;
  8. }
  9.  
  10. //https://pt.stackoverflow.com/q/318767/101
Success #stdin #stdout 0s 4560KB
stdin
200
stdout
C8