8 条题解

  • 1
    @ 2024-8-14 21:06:13

    如果我们用PHP的话——嘿嘿——标签外的直接输出,只需要把输出样例贴在提交框里就行了(外加无视“注意”) 代码奉上: I took 3 classes.//记得把语言调成"PHP" 亲手验过,可放心食用

    • @ 2024-8-22 21:22:23

      反正那比猪^(* ̄(oo) ̄)^还笨的测试点只能识别输出

    • @ 2024-10-3 18:37:21

      请不要抄袭!!!

  • 0
    @ 2024-8-28 19:35:54

    #include<bits/stdc++.h>

    using namespace std;

    int main(){

    int a=3;

    cout<<"I took "<<a<<" classes.";

    } 这题傻子都会做好吧! 这里就不多说了。

    • 0
      @ 2024-6-22 12:35:42

      OK呀,我这个人一身反骨😄

      #include<iostream>
      using namespace std;
      int main(){
      	cout<<"I took 3 classes. ";
      }
      

      直接AC (曲老师看了:我* 你 *啊)

      • @ 2024-6-22 12:37:52

        放下心,测试点只能识别结果,不管你代码,只要输出对就行

    • 0
      @ 2024-5-26 13:13:13
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
      	int a=3;
      	cout<<"I took "<<a<<" classes.";
      }
      
      
      • 0
        @ 2024-5-12 20:36:28
        #include<bits/stdc++.>
        using namespace std;
        int main{
        	int a=3,
        	cout<<"I took<<a<<" classes.";
        }
        
        • 0
          @ 2024-4-5 18:06:58

          这道题其实很简单! 代码如下:

          python代码

          a=3
          print(f"I took {a} classes."")
          

          (​老师,看我这代码这么与众不同,求多加点分呗!

          • 0
            @ 2024-4-4 15:17:11

            这道题其实很简单! 代码如下:

            #include<bits/stdc++.h> using namespace std; int main(){ int a=3; cout<<"I took "<<a<<" classes."; }

            • 0
              @ 2024-3-24 16:11:23

              这道题其实很简单! 代码如下:

              #include<bits/stdc++.h>
              using namespace std;
              int main(){
              	int a=3;
              	cout<<"I took "<<a<<" classes.";
              }
              
              • 1

              信息

              ID
              13
              时间
              1000ms
              内存
              256MiB
              难度
              2
              标签
              递交数
              76
              已通过
              46
              上传者