求不会在Windows上编译错误而且会在NOI Linux上编译错误的代码

学术版

expnoi @ 2024-11-29 08:18:41

rt


by PTqwq @ 2024-11-29 08:21:15

abs(__int128)


by xieruyu @ 2024-11-29 08:28:18

struct point{
  int a = 0;
}; // 会挂

by Ace_FutureDream @ 2024-11-29 08:38:06

@expnoi

#define int long long
struct node{
  int l,r,p;
};
node f={1e18,1e18,1e18};

by shengxuanyi2 @ 2024-11-29 08:38:08

//f**k ccf

虽然不会编译错误,但是会错误


by yuyc @ 2024-11-29 08:45:43

#include <bits\stdc++.h>


by __DIOsama__ @ 2024-11-29 09:24:08

@expnoi

typdef std::pair<int, char[300010]> p;


|