feat: lazy
This commit is contained in:
parent
aed09a0900
commit
806d15fa31
3 changed files with 142 additions and 82 deletions
|
|
@ -63,6 +63,24 @@ int main() {{
|
|||
solve();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}}]],
|
||||
{ i(1) }
|
||||
)
|
||||
),
|
||||
|
||||
s(
|
||||
"cses",
|
||||
fmt(
|
||||
[[#include <bits/stdc++.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {{
|
||||
std::cin.tie(nullptr)->sync_with_stdio(false);
|
||||
|
||||
{}
|
||||
|
||||
return 0;
|
||||
}}]],
|
||||
{ i(1) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue