New: total 1

This commit is contained in:
2025-02-14 03:36:54 +00:00
parent ddf7e5801e
commit 8a2b918e22
3 changed files with 103 additions and 0 deletions

18
fame Normal file
View File

@ -0,0 +1,18 @@
#include <bits/stdc++.h>
#define lo long long
#define INF INT_MAX
#define LLM LONG_LONG_MAX
using namespace std;
const int N = 1e7 + 10;
/*
toothless. #17
@fredcss_dev
*/
signed main()
{
return 0;
}