2 条题解

  • 1
    @ 2024-2-22 13:43:22
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout<<13;
    	return 0;
    }
    
    • 0
      @ 2025-7-20 21:55:31

      #include <bits/stdc++.h>//万能头文件 using namespace std; int main(){ int a,b,c; a=463/100; b=463%100/10; c=463%100%10/1; cout<<a+b+c; return 0; }//可以将它们算出来

      • 1

      信息

      ID
      8
      时间
      1000ms
      内存
      256MiB
      难度
      1
      标签
      递交数
      159
      已通过
      106
      上传者