Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> int main() { long long len, n; char reverse[100]; scanf("%lld", &n); while(n--){ scanf("%s", &reverse); len = strlen(reverse); for(int i=len-1;i>=0;i--){ printf("%c ", reverse[i]); } printf("\n"); } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines