98 条题解

  • 61
    @ 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; }

  • 25
    @ 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 \
              \   ( `\_______/)
               `\  \         /
                 )  ~-------~'\
                /              \
               :               ||
               |  |            ||
               |  |.======[]==+'|
              (~~~~)       |   |~)
              /    \       |   | \
      

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

  • 13
    @ 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 \
              \   ( `\_______/)
               `\  \         /
                 )  ~-------~'\
                /              \
               :               ||
               |  |            ||
               |  |.======[]==+'|
              (~~~~)       |   |~)
              /    \       |   | \
      
      • 3
        @ 2023-7-2 15:59:26

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

        • 2
          @ 2023-10-15 14:17:06

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

          n=int(input())
          a=int(input())
          x=int(input())
          print(n-a*x)
          
                        _-~~~-_       _-~~~-_
                      /~       ~\    :    ,  \
                     '           ~   ,   |:  :
                    {      /~~\  :--~""""\.:  :
                     \    (... :   /^\  /^\\ ;
                      ~\_____     |   | | |:~
                            /     |__O|_|O|;     ╭────────────╮
                           (     /       O \     │我没有偷糖果!│
                            \   ( ` _______ )    ╰────────────╯
                             `\  \         /
                               )  ~-------~'\
                              /              \
                             :               ||
                             |  |            ||
                             |  |.======[]==+'|
                            (~~~~)       |   |~)
                            /    \       |   | \
                ~\          \___/)______/^\__|_/
                  `\\      //    |  |      | |
                    `\\__//'     |  |      | |
                       ~~       (~~~~)    (~~~)
                               /     =\..'    =_
                              |__________)________)```
          
          • 2
            @ 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;
            }
            
            
            • 2
              @ 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;
              }
              

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

              • 1
                @ 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;
                }
                
                • 1
                  @ 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

                  • 1
                    @ 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👍 
                    给个赞吧,求👀️ ```
                    
                    • 1
                      @ 2023-3-28 21:37:55
                      #include<bits/stdc++.h>
                      using namespace std;
                      int main()
                      {
                          int n,a,x;
                          cin>>n>>a>>x;
                          cout<<n-(a*x);
                          return 0;
                      }
                      
                      • 1
                        @ 2023-2-6 14:28:30
                        #include <bits/stdc++.h>
                        using namespace std;
                        int main()
                        {
                            int n,a,x;//定义n,a,x
                            cin >> n >> a >> x;//输入n,a,x
                            n-=a*x;//计算
                            cout << n;//输出
                            return 0;
                        }
                        
                        • 1
                          @ 2022-12-13 16:42:35

                          我来!!!!!!!

                          //最简代码!!!
                          #include<bits/stdc++.h>
                          using namespace std;
                          int main()
                          {
                              int n,a,x;//定义
                              cin>>n>>a>>x;//输入
                              cout<<n-a*x;//输出(a*x表示的是背走了多少颗糖)
                              return 0;
                          }
                          
                          • 1
                            @ 2022-10-6 15:12:51

                            #include<iostream> using namespace std; int main() { int a , b , c; cin >> a >> b >> c; cout << a - b * c; return 0; }

                            • 1
                              @ 2022-10-1 12:26:18
                              #include<bits/stdc++.h>
                              using namespace std;
                              int main()
                              {
                                  int n,a,x;
                                  cin>>n>>a>>x;
                                  cout<<n-a*x;//原来数量减掉一共背走的颗数,而背走的颗数是背走的次数乘一次背走的颗数
                                  return 0;
                              }
                              
                              • 1
                                @ 2022-9-4 7:32:36

                                这种题简直是再简单不过的事了:
                                定义三个变量
                                输入变量
                                输出运算后的变量
                                上代码!

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

                                小盆友们,您学会了吗?

                                • 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
                                    @ 2023-10-5 11:24:36

                                    我支持米老鼠!!!

                                    #include <iostream>
                                    using namespace std;
                                    int main()
                                    {
                                        int n,a,x;
                                        cin >> n >> a >> x;
                                        cout << n - a * x;
                                        return 0;
                                    } 
                                    
                                    • 0
                                      @ 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;
                                      }
                                      

                                      给往点赞,嘿嘿~~~

                                      信息

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