From 297e2b19128beb2c3b25297f4701a210f8a26481 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sun, 13 Oct 2024 00:23:49 +0800 Subject: [PATCH] update --- src/P1219/P1219.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/P1219/P1219.cpp b/src/P1219/P1219.cpp index cffd85d..93c5883 100644 --- a/src/P1219/P1219.cpp +++ b/src/P1219/P1219.cpp @@ -1,5 +1,4 @@ #include -#include using ll = long long; @@ -41,7 +40,7 @@ void dfs(const ll x)noexcept{ return; } -int main()noexcept{ +int main(){ is>>n; dfs(1); os<