From a9aa438ea0558eb0044cf1e54a9190ddb41b65e5 Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 2 Jul 2013 09:44:46 +0400 Subject: restructuring of boca's git --- boca-1.5.2/doc/tests/fontes/bits-incorrect.cpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 boca-1.5.2/doc/tests/fontes/bits-incorrect.cpp (limited to 'boca-1.5.2/doc/tests/fontes/bits-incorrect.cpp') diff --git a/boca-1.5.2/doc/tests/fontes/bits-incorrect.cpp b/boca-1.5.2/doc/tests/fontes/bits-incorrect.cpp deleted file mode 100644 index 3b38845..0000000 --- a/boca-1.5.2/doc/tests/fontes/bits-incorrect.cpp +++ /dev/null @@ -1,18 +0,0 @@ -#include -using namespace std; -int main(void) { - int i, j, n, max, inst=0; - while(42) { - cin >> n; - if(!n) break; - max=0; - for(i=0; i> j; - if(j>max) max=j; - } - for(i=0; max>0; i++) - max >>= 1; - cout << "Instancia " << ++inst << endl << (i*n) << endl << endl; - } - return 0; -} -- cgit v1.2.3