From f5f0ca32b289dbf16db724cf8664aad060f49c79 Mon Sep 17 00:00:00 2001 From: Ariel Date: Wed, 6 Mar 2024 13:57:06 +0800 Subject: [PATCH] Update BIT.cc --- trees/BIT.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/trees/BIT.cc b/trees/BIT.cc index 4773048..da3bd77 100644 --- a/trees/BIT.cc +++ b/trees/BIT.cc @@ -1,5 +1,3 @@ -#include "../include.hh" - template struct BIT { int n;