1 solutions

  • 0
    @ 2025-11-5 16:21:52

    C :

    #include<stdio.h>
    #include<string.h>
    int main(){
    	char str[100];
    	int i;
    	gets(str);
    	scanf("%d",&i);
    	printf("%d hao shi %s.\n",i,str);
     
        return 0;
    }
    

    Pascal :

    var s1,s2:string;
    begin
      readln(s1);
      readln(s2);
      writeln(s2,' hao shi ',s1);
    end.
    
    • 1

    Information

    ID
    17724
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By