Submission
Status:
(-SSSSSSSSSSSS)(-SSSSSS)(SSSSSSSSS)
Subtask/Task Score:
{0/30}{0/30}{0/40}
Score: 0
User: Kittiponn
Problemset: Red Zone
Language: cpp
Time: 0.002 second
Submitted On: 2026-03-05 17:27:19
#include <bits/stdc++.h>
#define ll long long
#define sp << ' ' <<
#define nl << '\n'
#define cnl cout << '\n'
using namespace std;
const int nx = 1e5+5;
const int INF = 1e9+5;
const int MOD = 1e9+7;
int main(){
cin.tie(0)->sync_with_stdio(0);
}