السابق التالي
0 / 23
الوحدة النمطية DEMO-32-108DEMO-C-32

Copy String

DEMO-C-32 • Programming in C

Browser-only practice

بيان المشكلة

Write a program that copies the contents of one string to another character by character, then prints the new string.

قيود

Max string length: 100

تنسيق الإدخال

Input:

String S

تنسيق الإخراج

Output:

Output S

حالات اختبار نموذجية

Submit runs every public testcase in this browser. Results and code never leave this device.

العينة رقم 1
عينة ظاهرة
Uber#7
Uber#7
The content Uber#7 is copied to the destination.
العينة رقم 2
عينة ظاهرة
Google!2
Google!2
The content Google!2 is copied to the destination.
العينة رقم 3
عينة ظاهرة
Compile#4
Compile#4
The content Compile#4 is copied to the destination.
العينة رقم 4
عينة ظاهرة
Apple#8
Apple#8
The content Apple#8 is copied to the destination.

Web terminal

C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.

Saved in this browser
إعدادات المحرر