myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
S

@sang1213

include studio.h

C
2 hours ago
#include <stdio.h> int main() { int num=0b11010; printf("10진수: %d\n", num); printf("8진수: %o\n", num); printf("16진수: %x\n", num); return 0; }

Python 연습

Python
3 hours ago
num=30 b=bin(num) o=oct(num) h=hex(num) print(b) print(o) print(h) #진법 바꾸기. 출력 형태 주의
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us