Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Encriptado cesar
//gcc 5.4.0 #include <stdio.h> int main(void) { char palabra[10]; int tam = 0; scanf("%s", &palabra); while(palabra[tam] != '\0') tam++; for(int i = 0; i < tam; i ++) { if(palabra[i] + 3 > 122) { palabra[i] = palabra[i] - 26 + 3; } else palabra[i] = palabra[i] + 3; } printf("%s", palabra); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
BigInteger maxMinSum
coding!!Woo!!
Taco practice
c. new one
A_141128_MatricesSuma
swap_talent.c
garbage
MÓDULO 3, PREGUNTA 1, GUÍA 4
ele709 lab 3.2
Fgets and String Stuff
Please log in to post a comment.