d:\Documents\C++\main.cpp

Anonymous
c_cpp
01/09/2024 7:23 AM
232 B
12
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...