2 条题解

  • 1
    @ 2025-1-17 19:38:25

    #include<bits/stdc++.h> using namespace std; int main(){ ** cout<<sizeof("Hello, World!");** ** return 0;** }

    • 0
      @ 2025-1-31 11:58:35
      #include <bits/stdc++.h>
      using namespace std;
      int main(){
      	cout<<sizeof("Hello, World!");
      	return 0;
      }
      
      • 1

      信息

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