last of div 4
This commit is contained in:
parent
1e18e29af4
commit
78ead22797
80 changed files with 2214 additions and 11 deletions
|
|
@ -43,3 +43,4 @@ CompileFlags:
|
|||
-std=c++23
|
||||
-std=c++23
|
||||
-std=c++23
|
||||
-std=c++23
|
||||
|
|
|
|||
|
|
@ -27,4 +27,5 @@
|
|||
-Wdouble-promotion
|
||||
-Wundef
|
||||
-DLOCAL
|
||||
-godbolt-compiler=g143
|
||||
-std=c++23
|
||||
|
|
|
|||
|
|
@ -57,6 +57,12 @@ using vec = std::vector<T>;
|
|||
#endif
|
||||
// }}}
|
||||
|
||||
struct S{
|
||||
void method() {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
void solve() {
|
||||
/*
|
||||
a[i] has factors S, |S| < = log2(MAX_A[i] = 1000)
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ NO
|
|||
YES
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.7166 ms
|
||||
[time]: 11.7166 ms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue