Page not loading? Try clicking here.
Placeholder

#594

String 1 - Self Assessment 2 1s 32MB

Problems

Write a program that receives a string as input and then prints that string twice in succession. The length of the string does not exceed 100 characters.


Example

ASDFG
ASDFGASDFG

Source

자기주도C언어프로그래밍

You must sign in to write code.