LOADING

加载过慢请开启缓存,浏览器默认开启

Waiting for the dawn

daily 2

2023/7/21

daily codeforces

阅读全文

daily 2

2023/7/20

daily codeforces

阅读全文

daily 2

2023/7/19

daily codeforces

阅读全文

daily 2

2023/7/18

daily codeforces

阅读全文

daily 2

2023/7/17

daily codeforces

阅读全文

daily 1

2023/7/16

CF 14A

cin >> n >> m; 
    for (int i = 1; i <= n; i++)
        for (int j = 1; j <= m; j++){
            cin >> str[i][j];
            if (str[i][j] == '*') {
                if (i <= x1) x1 = i; 
                if (j <= x2) x2 = j;
                if (i >= y1) y1 = i;
                if (j >= y2) y2 = j;
            }
        }
    for(int i = x1; i <= y1; i++){
        for (int j = x2; j <= y2; j++)
            cout << str[i][j];
        cout << endl;
    }
    return 0;
阅读全文

daily 1

2023/7/15

daily codeforces

阅读全文

daily 2

2023/7/14

daily codeforces

阅读全文

daily 2

2023/7/13

daily codeforces

阅读全文

daily 2

2023/7/12

daily codeforces

阅读全文
1 ... 13 14 15 16 17 ... 30
avatar
Yanxin Xiang

愿有一天能和你最重要的人再次相逢