2 条题解

  • 2
    @ 2025-1-12 13:36:21
    #include <bits/stdc++.h>
    #include <iostream>
    #include <iomanip>
    #include <ios>
    #include <iosfwd>
    #include <istream>
    #include <ostream>
    #include <cstring>
    #include <cstdio>
    #include <stdio.h>
    #include <string.h>
    #include <assert.h>
    #include <ctype.h>
    #include <errno.h>
    #include <float.h>
    #include <limits.h>
    #include <locale.h>
    #include <math.h>
    #include <stdlib.h>
    #include <time.h>
    #include <wchar.h>
    #include <wctype.h>
    #include <complex.h>
    #include <fenv.h>
    #include <inttypes.h>
    #include <stdbool.h>
    #include <stdint.h>
    #include <tgmath.h>
    #include <vector>
    #include <algorithm>
    #include <cmath>
    #include <algorithm>
    #include <bitset>
    #include <cctype>
    #include <cerrno>
    #include <clocale>
    #include <cmath>
    #include <complex>
    #include <cstdlib>
    #include <ctime>
    #include <deque>
    #include <exception>
    #include <fstream>
    #include <functional>
    #include <limits>
    #include <list>
    #include <map>
    #include <queue>
    #include <set>
    #include <sstream>
    #include <stack>
    #include <stdexcept>
    #include <streambuf>
    #include <string>
    #include <utility>
    #include <vector>
    #include <cwchar>
    #include <cwctype>
    using namespace std;
    int  main(){
        double a,b;
        cin>>a>>b;
        if (3*a/60+b>=8) cout<<"Yes";
        else cout<<"No";
    }
    
    
    • 1
      @ 2025-2-11 20:31:54
      #include <bits/stdc++.h>
      using namespace std;
      int  main(){
          int a,b;
          cin>>a>>b;
          if(3*a/60+b>=8){
              cout<<"yes";
          }else{
              cout<<"no";
          }
      }
      
      • 1

      信息

      ID
      480
      时间
      1000ms
      内存
      64MiB
      难度
      5
      标签
      递交数
      79
      已通过
      30
      上传者