From ecfb6b2e0fda77fae0bcdf77b59aec11a736d31e Mon Sep 17 00:00:00 2001 From: rajcode126 <93469376+rajcode126@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:46:51 +0530 Subject: [PATCH] Delete CntACS.cpp --- CntACS.cpp | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 CntACS.cpp diff --git a/CntACS.cpp b/CntACS.cpp deleted file mode 100644 index fdbbeeaa..00000000 --- a/CntACS.cpp +++ /dev/null @@ -1,26 +0,0 @@ -#include -using namespace std; - -int main() { - int t; - cin>>t; - while(t--) - { - int pt; - cin>>pt; - if(pt>=100){ - if(pt%100<=(10-(pt/100))) - cout<<((pt%100)+(pt/100))<