d:\Documents\C++\main.cpp
unknown
c_cpp
2 years ago
173 B
4
Indexable
#include<stdio.h>
#include<string.h>
#include<ctype.h>
#include<math.h>
#include<stdlib.h>
int main(){
char c[20];
scanf("%s", &c);
printf("%s", c);
}Editor is loading...