2 lines
100 B
Text
2 lines
100 B
Text
printf("String:"); string_value := readline();
|
|
printf("Integer: "); int_value := parse(readline());
|