From b70f3dcd34b975577528f3ef0f0a7286141e940b Mon Sep 17 00:00:00 2001 From: Plabon Kumar saha <46686524+PlabonKumarsaha@users.noreply.github.com> Date: Tue, 28 May 2019 01:53:42 +0600 Subject: [PATCH] Add files via upload --- katties2.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 katties2.cpp diff --git a/katties2.cpp b/katties2.cpp new file mode 100644 index 0000000..59a1397 --- /dev/null +++ b/katties2.cpp @@ -0,0 +1,17 @@ +#include + +using namespace std; + +int main() +{ + + int n, t, s=0; + cin >> n; + for(int i=0; i> t; + if(t < 0) s++; + } + cout << s << endl; + + return 0; +} \ No newline at end of file