全部评论 4

  • 啊?

    2024-05-05 来自 新疆

    0
  • qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq#include<bits/stdc++.h>
    using namespace std;

    int n,m;
    int f[1001][1001],ti,fi,d;
    int a,b,c;
    int main(){
    cin>>n>>m;
    for(int i=1;i<=n;i++){

    2024-05-04 来自 浙江

    0
  • 银膜

    2023-07-14 来自 广东

    0
  • #include<iostream>
    using namespace std;
    struct node{
    int data;
    node *pre,*next;
    };
    int main()
    {
    node *head,*r;
    head=new node;
    head->pre=NULL;
    head->next=NULL;
    r=head;
    n

    2023-01-10 来自 浙江

    0

热门讨论