这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int main() { int T; double pie=3.141593; cin >> T; if (T == 1) { cout << "I love Luogu!"; } else if (T == 2) { cout << 2 +…
在讨论《10分蒟蒻求助,Subtask1#2和sub2#11 13过》回复:
样例1过
```cpp #include using namespace std; int main(){ //freopen("aaa.in","r",stdin); //freopen("aaa.out","w",stdout); int n,m,x,a=0; bool flag[1005][1005],ans[1005];…
在讨论《有人知道为什么吗?》回复:
@[paidasen](/user/1016963) double类型没法自动向下取整啊,int会自己向下取整
在讨论《90分的疑问》回复:
```cpp #include using namespace std; int main() { int n, l, r; cin >> n >> l >> r; // for (int i = r; i >= l; i--) { // if (i % n > maxk) { // maxk = i % n; //…
在讨论《真水》回复:
```cpp #include using namespace std; int a[10005]; int main() { int n; cin >> n; for (int i = 0; i > a[i]; } if (a[0] == 1) { cout << 2; return 0; } cout << "1"…
```cpp #include using namespace std; int n, m, g[1005][1005], ans = 0; void dfs(int x, int y) { if (g[x][y] == 0) { ans++; } else if (g[x][y] == 1 && g[x - 1][y…
```cpp #include using namespace std; bool x(int num) { if (num > a; cin >> b; cout << f(a, b); return 0; } ``` 这是我的代码,怎么回事?
在讨论《#5 7 8 9wa 其他ac求助》回复:
@[zym0325](/user/804115) 我试试吧,不是很会二分
在讨论《#5 7 8 9wa 其他ac求助》回复:
@[zym0325](/user/804115) 逝世新思路吗qwq
```cpp #include using namespace std; int main(){ int n,x=1; cin>>n; for(int i=1;i =n){//2根冰棍兑换一个没有棍子的冰棍 break; } } cout<<x; return 0; } ``` 这是我的代码,求大佬帮忙看看
在讨论《蒟蒻求助!》回复:
AC #2 #5
大佬们帮帮我吧! ```cpp #include using namespace std; int r, c,dx[4] = {0, 1, 0, -1},dy[4] = {-1, 0, 1, 0}; char s[114][78]; vector > ans; void dfs(int x, int y) { if (…
在讨论《#2#10TLE求助!》回复:
新代码终于过了 ```cpp #include using namespace std; bool zhishu(int a) { for (int i = 2; i > n; cout << "4=2+2" << endl; for (int k = 6; k <= n; k += 2) { for (int i =…
在讨论《#2#10TLE求助!》回复:
谢谢!
救救我!这是我的代码 ```cpp #include using namespace std; bool zhishu(int a) { for(int i = 2; i > n; bool a; for(int k = 4; k <= n; k += 2) { a = false; for(int i = 2; i…
在讨论《蒟蒻求助!!!》回复:
请忽略格式的问题,我写错了,,,
我滴代码!!!aaaaaaaaaaaaaa ```cpp #include using namespace std; double a; int n; cin>>a>>n; cout<<fixed<<setprecision(3)<<a/n<<' '<<n*2; return 0; } ```
在讨论《仔细看了很多遍,这明摆的没什么问题,样例也过了,为什么前三点是WA》回复:
大佬nb