feat: lazy

This commit is contained in:
Barrett Ruth 2025-09-14 01:46:46 -05:00
parent aed09a0900
commit 806d15fa31
3 changed files with 142 additions and 82 deletions

View file

@ -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) }