开LONGLONG!!!

5 条评论

  • @ 2026-8-24 20:22:36

    应该这么写

    #define long long int
    #define signed bool 
    #define string char
    using namespace std;
    long long main(){
    	ios::sync_with_stdio(false);
    	cin.tie(0);
    	
    	return 0;
    }```
    • @ 2026-8-24 20:17:11

      为啥

      • @ 2026-8-24 18:44:16

        之后头文件这么写:

        #include<bits/stdc++.h>
        #define int long long
        using namespace std;
        signed main()
        {
        	ios::sync_with_stdio(false);
        	cin.tie(0);
        	
        	return 0;
        }
        
        
      • @ 2026-8-24 17:02:14

        long long开,代码A; 要不开,RE带。

        • @ 2026-8-24 16:52:27

          饿~~~~

        • 1