#include <stdio.h> int main() { // Declaring the variable for storing the string and a single character. char str[1000], x; // Variable for the compressed ...
確定! 回上一頁