1 条题解

  • 0
    @ 2024-3-30 15:15:10
    #include <bits/stdc++.h>
    using namespace std;
    int main() {
    	cout<<sizeof("Hello,World!");
    	return 0;
    }
    
    • 1

    信息

    ID
    24
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    46
    已通过
    26
    上传者