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

@ArmandG

pos on neg

C
4 months ago
#include <stdio.h> int main() { int h=0; int a; int b; while (1) { if (h++>0) { printf(" voulez vous une autre table ? \n 1 pour oui et 0 pour non\n"); scanf("%d\n",&b);

table

C
4 months ago
#include <stdio.h> int main(void) { int h=0; int k; int b; int table(int n) { int i=-1; while (i++<10) { printf("%d ",n);

test001 soustraction

C
4 months ago
#include <stdio.h> int main(void) { int calc(int n,int k) { int i=0; while (n++<k) i+=1; if ((i==0)&&(k!=(n-1))) return calc(k,n-1); return i;
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