제출 #725722

#제출 시각UTC-0아이디문제언어결과실행 시간메모리
7257222023-04-18 00:35:48n0sk1ll밀림 점프 (APIO21_jumps)C++14
0 / 100
1 ms464 KiB
#include <bits/stdc++.h>
#define FAST ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0);cerr.tie(0)
#define mp make_pair
#define xx first
#define yy second
#define pb push_back
#define pf push_front
#define popb pop_back
#define popf pop_front
#define all(x) x.begin(),x.end()
#define ff(i,a,b) for (int i = a; i < b; i++)
#define fff(i,a,b) for (int i = a; i <= b; i++)
#define bff(i,a,b) for (int i = b-1; i >= a; i--)
#define bfff(i,a,b) for (int i = b; i >= a; i--)
using namespace std;
long double typedef ld;
unsigned int typedef ui;
long long int typedef li;
pair<int,int> typedef pii;
pair<li,li> typedef pli;
pair<ld,ld> typedef pld;
vector<vector<int>> typedef graph;
unsigned long long int typedef ull;
//const int mod = 998244353;
const int mod = 1000000007;
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

컴파일 시 표준 에러 (stderr) 메시지

jumps.cpp: In function 'void init(int, std::vector<int>)':
jumps.cpp:12:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   12 | #define ff(i,a,b) for (int i = a; i < b; i++)
      |                   ^~~
jumps.cpp:152:5: note: in expansion of macro 'ff'
  152 |     ff(i,0,n) cout<<levo[i]<<" "; cout<<endl;
      |     ^~
jumps.cpp:152:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  152 |     ff(i,0,n) cout<<levo[i]<<" "; cout<<endl;
      |                                   ^~~~
jumps.cpp:12:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   12 | #define ff(i,a,b) for (int i = a; i < b; i++)
      |                   ^~~
jumps.cpp:153:5: note: in expansion of macro 'ff'
  153 |     ff(i,0,n) cout<<desno[i]<<" "; cout<<endl;
      |     ^~
jumps.cpp:153:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  153 |     ff(i,0,n) cout<<desno[i]<<" "; cout<<endl;
      |                                    ^~~~
jumps.cpp:149:12: warning: array subscript -1 is below array bounds of 'int [200005]' [-Warray-bounds]
  149 |     root[-1]=0;
      |     ~~~~~~~^
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...