102 条题解

  • -2
    @ 2022-12-6 21:23:06
    #include<stdio.h>
    int main(){
    int a,b;
    scanf("%d%d",&a,&b);
    a+=b;
    printf("%d\n",a);
    return 0;
    }
    
    • -2
      @ 2022-11-30 16:05:28

      `

      #include<iostream>
      using namespace std;
      int main(){
      	int a,b;
      	cin>>a>>b;
      	cout<<a+b;
      	return 0;
      }
      
      • -2
        @ 2022-11-5 15:58:22

        #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; int a[n]; for(int i=1;i<=n;i++){ for(int j=1;j<=n;j++){ if(i%j==0) a[i]=!a[i];}} for(int i=1;i<=n;i++) cout<<a[i]<<" "; return 0; }

        • -2
          @ 2022-11-5 15:18:16

          xda

          • -2
            @ 2022-11-5 15:18:15

            xda

            • -2
              @ 2022-11-5 15:18:13

              xda

              • -2
                @ 2022-11-5 15:18:11

                xda

                • -2
                  @ 2022-11-5 15:18:10

                  xda

                  • -2
                    @ 2022-11-5 15:18:08

                    xda

                    • -2
                      @ 2022-11-5 15:18:07

                      vxda

                      • -2
                        @ 2022-11-5 15:18:04

                        xda

                        • -2
                          @ 2022-11-5 15:18:02

                          xda

                          • -2
                            @ 2022-11-5 15:18:01

                            xda

                            • -2
                              @ 2022-11-5 15:17:59

                              xda

                              • -2
                                @ 2022-11-5 15:17:57

                                xda

                                • -2
                                  @ 2022-11-5 15:17:50

                                  xda

                                  • -2
                                    @ 2022-11-5 15:17:34

                                    aq

                                    • -2
                                      @ 2022-11-5 15:17:33

                                      aqw

                                      • -2
                                        @ 2022-11-5 15:17:31

                                        aqw

                                        • -2
                                          @ 2022-11-5 15:17:29

                                          aewq

                                          信息

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