1 条题解

  • 0
    @ 2025-9-10 0:00:09

    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

    信息

    ID
    2431
    时间
    1000ms
    内存
    128MiB
    难度
    (无)
    标签
    递交数
    0
    已通过
    0
    上传者