[Offer收割]编程练习赛50 register

Ended

Participants:326

Verdict:Runtime Error
Score:0 / 100
Submitted:2018-03-11 14:29:53

Lang:G++

Edit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include <cstdio>
#include <iostream>
#include <string>
#include <map>
#include <cstring>
#include <set>
#include <unordered_set>
#include <algorithm>
#include <cmath>
using namespace std;
int n, m, k;
map<int, set<int>> mapa;
void ou() {
//  for (auto au1 : mapa) {
//      cout << "it1 : " << au1.first << endl;
//      for (auto au2 : au1.second) {
//          cout << au2 << " ";
//      }
//      cout << endl;
//  }
//  cout << endl;
}
set<int> seta;
int main() {
    scanf("%d", &n);
    scanf("%d", &m);
    scanf("%d", &k);
    int tmp;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX