6 条题解

  • 1
    @ 2025-2-10 14:29:01
    #include<bits/stdc++.h>
    #define yy return 0;
    using namespace std;
    int main(){
    	puts("琪露诺");//阅读全文得知线索
    	yy
    }
    • 1
      @ 2024-12-17 21:51:42

      H1072题解

      不是,考我语文?这题难度也能有 44 ?!

      主要题意

      找出“我”的老友是谁。

      解题思路

      “阿,——琪露诺,是你么?我万想不到会在这里遇见你。”

      根据这段话,得出我的好友是琪露诺

      上代码!

      #include<bits/stdc++.h>
      using namespace std;
      int main(void)
      {
      	puts("琪露诺");
      	return 0;
      }
      
      
      • 1
        @ 2024-1-20 12:33:50
        #include <bits/stdc++.h>
        using namespace std;
        int main(){
            cout<<"琪露诺";
            return 0;
        
        • 1
          @ 2022-5-31 15:46:54

          阅读理解得,答案是琪露诺 .

          • 0
            @ 2025-1-19 9:51:25

            只有我把题目看完了吗?

            • 0
              @ 2024-3-17 19:21:23
              #include<iostream>
              using namespace std;
              int main(){cout<<"琪露诺";}
              
              • 1

              信息

              ID
              230
              时间
              1000ms
              内存
              512MiB
              难度
              4
              标签
              递交数
              198
              已通过
              94
              上传者