Submission #952341

# Submission time Handle Problem Language Result Execution time Memory
952341 2024-03-23T14:53:10 Z vjudge306 Firefighting (NOI20_firefighting) C++17
3 / 100
77 ms 9136 KB
#include <bits/stdc++.h>
using namespace std;
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
#define ordered_set tree<int, null_type, less<int>, rb_tree_tag, tree_order_statistics_node_update>
#define nn "\n"
#define x_x ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
#define intt int _; cin >> _; while (_--)
#define emp push_back
#define mod 1000000007
#define all(v) v.begin(), v.end()
#define ld long double
#define A first
#define B second
//#define int long long
typedef long long ll;
const ld eps = 1e-27;
// diff between decimals 0.000000001 mt19937 mt(time(nullptr));

int main() {

    x_x
    int n,k; cin>>n>>k;
    for (int i=1,a,b,c; i<n; i++) cin>>a>>b>>c;
    cout<<n<<nn;
    for (int i=1; i<=n; i++) cout<<i<<' ';
  return 0;
}
# Verdict Execution time Memory Grader output
1 Correct 76 ms 8992 KB Output is correct
2 Correct 75 ms 9044 KB Output is correct
3 Correct 33 ms 3420 KB Output is correct
4 Correct 73 ms 8788 KB Output is correct
5 Correct 0 ms 348 KB Output is correct
6 Correct 1 ms 348 KB Output is correct
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 77 ms 9136 KB Output is correct
2 Incorrect 41 ms 4168 KB Output isn't correct
3 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 20 ms 2236 KB Output isn't correct
2 Halted 0 ms 0 KB -