4 条题解

  • 1
    @ 2024-2-22 13:45:51
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout<<sqrt(121);
    	return 0;
    }
    
    • 0
      @ 2025-12-4 17:10:32

      #include<bits/stdc++.h> using namespace std; int main(){ cout<<sqrt(121); return 0; }

      • 0
        @ 2024-9-26 19:58:13

        直接手算

        #include <cstdio>
        #include <iostream>
        using namespace std;
        int main(){ 
            printf("11");
            return 0; 
        }
        
        • 0
          @ 2024-9-26 18:09:07

          #include #include using namespace std; int main(){ printf("11"); return 0; } 投机打法

          • 1

          信息

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