98 条题解

  • 60
    @ 2023-7-17 21:41:31

    首先米老鼠不会偷糖果,其次你没有给瓦点赞

    #include<iostream>//瓦是不会告诉你这世界上有万能头文件这个东西的
    using namespace std;
    int main(){
    int n=0;//嘿嘿嘿
    int a=0;//瓦就要
    int x=0;//写三行
    cin>>n>>a>>x;
    cout<<n-a*x;
    return 0;		
    }
    

    嘿嘿嘿这道题也是非常简单哈哈哈 (这个人魔怔了:-)

    • @ 2023-7-21 14:55:28

      这人也是个人才😄 真人才哇,比瓦还人才

    • @ 2023-8-1 11:14:10

      6

    • @ 2023-8-3 21:08:08

      长江后浪拍前浪,一浪更比一浪狂。

    • @ 2023-8-11 19:21:56

      太牛逼了,比瓦还牛逼😄

    • @ 2023-8-15 22:15:35

      长江后浪拍前浪,前浪拍死在沙滩上

    • @ 2023-9-24 8:45:28

      强迫症犯了!!! 瓦不给你点赞!!! 为啥要写三行???@

    • @ 2023-10-5 17:54:28

      瓦你真是个人才

    • @ 2024-1-21 10:56:53

      ?

    • @ 2024-1-22 13:56:51

      编程世界的人才👀️

    • @ 2024-3-22 22:56:42

      int inf = 9999999; for (int i = 1;i <= inf;i++) { cout << 6; }

  • 23
    @ 2023-8-9 14:14:09
    #include <iostream>
    using namespace std;
    int main()
    {
        int n,a,x;
        cin>>n>>a>>x;
        cout<<"米老鼠不偷糖果";
        return 0;
    }
    
    _-~~~-_       _-~~~-_
      /~       ~\    :    ,  \
     '           ~   ,   |:  :
    {      /~~\  :--~""""\.:  :
     \    (... :   /^\  /^\\ ;
      ~\_____     |   | | |:~
            /     |__O|_|O|;
           (     /       O \
            \   ( `\_______/)
             `\  \         /
               )  ~-------~'\
              /              \
             :               ||
             |  |            ||
             |  |.======[]==+'|
            (~~~~)       |   |~)
            /    \       |   | \
    

    点个赞把

    • @ 2023-8-10 18:04:13

      哈哈哈哈哈

    • @ 2023-8-15 22:16:58

      为了这个米老鼠的图案,可以看出你是下了一番功夫的。

    • @ 2023-8-19 13:35:49

      @ 太厉害了

    • @ 2023-8-27 17:56:09

      6啊

    • @ 2023-9-13 13:29:04

      @ 搜狗输入法字符画里有

    • @ 2023-9-13 13:29:32

      @ -~~~- -~~~- /~ ~\ : ,
      ' ~ , |: : { /~~\ :--~"""".: : \ (... : /^\ /^\ ; ~_____ | | | |:~ / |__O|_|O|; ( / O \ ( \_______/) \ \ / ) ~-------~'\

      /
      : || | | || | |.====[]+'| () | |~) / \ | |
      ~\ _/)/^_|/ \\ // | | | | \//' | | | | ~~ (
      ) (~~~) / =..' =_ |__________)________)

    • @ 2023-9-24 8:46:52

      米老鼠表示很窘迫 礼貌:你米老鼠吗?

    • @ 2023-10-15 14:10:24

      @ 说谁呢???

    • @ 2024-1-28 16:10:38

      @

      _-~~~-_       _-~~~-_
        /~       ~\    :    ,  \
       '           ~   ,   |:  :
      {      /~~\  :--~""""\.:  :
       \    (... :   /^\  /^\\ ;
        ~\_____     |   | | |:~
              /     |__O|_|O|;
             (     /       O \
              \   ( `\_______/)
               `\  \         /
                 )  ~-------~'\
                /              \
               :               ||
               |  |            ||
               |  |.======[]==+'|
              (~~~~)       |   |~)
              /    \       |   | \
      

      ~\ _/)/^_|/ \\ // | | | | \//' | | | | ~~ (~~) (~) / =..' =_ |__________)________) 是这个吗?

  • 12
    @ 2022-8-3 21:17:31

    米老鼠怎么会偷糖果呢?

    #include <bits/stdc++.h>
    using namespace std;
    int main()
    {
        int n, a, x;
        cin >> n >> a >> x;
        cout << n - a * x;
        return 0;
    }
    
    • 5
      @ 2023-8-28 7:06:48
      # 非常简单,根据要求输出就行了,上代码!
      #include <bits/stdc++.h>//万能开头
      using namespace std;
      int n,a,x;//定义变量
      int main()
      {
          cin>>n>>a>>x;//输入变量
          cout<<n-a*x;//根据要求输出
          return 0;
      }
      //一手交赞,一手交货(代码)
      
      
      
      
      
      
      //核桃hetao1609095编程
      //水印
      
      
      
      
      
      
      
      
      
      
      
      
      //彩蛋
         _-~~~--       _-~~~-_
        /~       ~\    :    ,  \
       '           ~   ,   |:  :
      {      /~~\  :--~""""\.:  :
       \    (... :   /^\  /^\\ ;
        ~\_____     |   | | |:~
              /     |__O|_|O|;
             (     /       O \
              \   ( `\_______/)
               `\  \         /
                 )  ~-------~'\
                /              \
               :               ||
               |  |            ||
               |  |.======[]==+'|
              (~~~~)       |   |~)
              /    \       |   | \
      
      • 2
        @ 2023-9-5 22:15:45
        #include<bits/stdc++.h>
        using namespace std;
        int main()
        {
            int a,b,c;
            cin >> a >> b >> c;
            a = a - b*c;
            cout << a;
            return 0;
        }
        

        s o y o u w i l l A

        • 2
          @ 2023-7-31 21:12:05
          #include <iostream>
          using namespace std;
          int main()
          {
              int n,a,x;
              cin >> n >> x >> a;
              for (int i = 1;i <= x;i++)//重复执行x次
              {
                  n -= a;//每次偷a颗糖果
              }
              cout << n;//最后输出
              return 0;
          }
          easy easy👍 
          给个赞吧,求👀️ ```
          
          • 2
            @ 2023-7-2 15:59:26

            额……话不多说,一起做这个简单的题! image

            • 1
              @ 2023-8-23 0:11:25
              #include <iostream>
              #include <cstdio>
              
              using namespace std;
              
              int main()
              {
                  int n, a, x;
                  scanf("%d %d %d", &n, &a, &x); // 往偏用scanf,嘿嘿~~~
              
                  printf("%d", n - a * x); // 往偏用prinf格式化,嘿嘿~~~
              
                  return 0;
              }
              

              给往点赞,嘿嘿~~~

              • 1
                @ 2023-8-19 13:40:05

                #include <iostream>//万能开头也OK的 using namespace std; int main(){ int n , a , x ; cin >> n >> a >> x ; cout << n - a * x ; // 输出 return 0 ; } 保证AC

                • 1
                  @ 2023-8-11 19:59:54
                  #include <bits/stdc++.h>
                  using namespace std;
                  int main()
                  {
                      int a, b, c;
                      cin >> a >> b >> c;
                      cout << a - b * c;
                      return 0;
                  }
                  
                  
                  • 1
                    @ 2023-8-8 20:27:25
                    #include <iostream>
                    using namespace std;
                    int main()
                    {
                        int a,b,c;
                        cin>>a>>b>>c;
                        cout<<a-b*c;
                        return 0;
                    }
                    

                    #include <iostream>
                    using namespace std;
                    int main()
                    {
                        int a,b,c;
                        cout<<"5";
                    }
                    
                    • 1
                      @ 2022-5-21 12:57:17

                      这题只是一个简单的计算,上代码!

                          #include <bits/stdc++.h>
                          using namespace std;
                          int main()
                          {
                              int a,x,n;
                              cin >> n >> a >> x;
                              cout << n-a*x;
                              return 0;
                      }
                      

                      日常第十五题,嗨害嗨~~~

                      • 0
                        @ 2024-3-24 15:42:36

                        密斯卡莫斯卡,快给我点赞!!! image

                        • 0
                          @ 2024-1-29 10:14:47

                          长江后浪推前浪前浪拍在沙滩上

                          print(7)
                          

                          image

                          • 0
                            @ 2024-1-29 10:12:20

                            最简代码

                            print(7)
                            

                            image

                            • 0
                              @ 2024-1-29 10:06:03

                              这不就是数学题吗?

                              简单不能 简单了 上~~代码~~

                              #include<iostream> 
                              using namespace std; 
                              int main(){  
                                  int n,a,x;
                                  cin >> n >> a >> x;
                                  cout << n - a * x;
                                  return 0; 
                              }
                              
                              • 0
                                @ 2024-1-16 19:03:27
                                #include <iostream>
                                using namespace std;
                                int main()
                                {
                                    int a,b,c;
                                    cin >> a >> b >> c;
                                    cout << a-b*c;
                                }
                                
                                • 0
                                  @ 2024-1-16 19:00:50
                                  #include <iostream>//三行代码。
                                  using namespace std;
                                  int main()
                                  {
                                      int a,b,c;
                                      cin >> a >> b >> c;
                                      cout << a-b*c;//笑死。
                                      return 0;
                                  }
                                  
                                  • 0
                                    @ 2023-10-15 14:17:06

                                    我写的是python,大佬们帮我看看哪里错了:

                                    n=int(input())
                                    a=int(input())
                                    x=int(input())
                                    print(n-a*x)
                                    
                                                  _-~~~-_       _-~~~-_
                                                /~       ~\    :    ,  \
                                               '           ~   ,   |:  :
                                              {      /~~\  :--~""""\.:  :
                                               \    (... :   /^\  /^\\ ;
                                                ~\_____     |   | | |:~
                                                      /     |__O|_|O|;     ╭────────────╮
                                                     (     /       O \     │我没有偷糖果!│
                                                      \   ( ` _______ )    ╰────────────╯
                                                       `\  \         /
                                                         )  ~-------~'\
                                                        /              \
                                                       :               ||
                                                       |  |            ||
                                                       |  |.======[]==+'|
                                                      (~~~~)       |   |~)
                                                      /    \       |   | \
                                          ~\          \___/)______/^\__|_/
                                            `\\      //    |  |      | |
                                              `\\__//'     |  |      | |
                                                 ~~       (~~~~)    (~~~)
                                                         /     =\..'    =_
                                                        |__________)________)```
                                    
                                    • 0
                                      @ 2023-8-28 7:11:44
                                      ###这才是本题的AC### 
                                      #include <bits/stdc++.h>
                                      using namespace std;
                                      int main()
                                      {
                                          cout<<"5";
                                          return 0;
                                      }
                                      //一手交赞,一手交货(代码)
                                      
                                      
                                      
                                      
                                      
                                      
                                      //核桃hetao1609095编程
                                      //水印
                                      

                                      信息

                                      ID
                                      596
                                      时间
                                      1000ms
                                      内存
                                      64MiB
                                      难度
                                      2
                                      标签
                                      递交数
                                      7310
                                      已通过
                                      4254
                                      上传者