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

@teovxw

260328 공부

C
3 months ago
/*#include <stdio.h> int main(void) { char fruit[20] = "strawberry" ; printf("딸기: %s\n", fruit) ; printf("딸기쨈: %s %s\n ", fruit, "jam") ; return 0 ; } #include <stdio.h> int main(void)

타율계산기

C
3 months ago
/*#include <stdio.h> int main(void) { int hit = 0; const int chance = 10; hit = 3; double hitting_rate = hit / chance ; printf("타율은: %.3lf입니다.\n", hitting_rate); return 0;
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