divyang4481 / mipt-hw

Automatically exported from code.google.com/p/mipt-hw
0 stars 0 forks source link

Task 02, Big Int (Efimov) #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/efimov_andrey/task02_TBigUInt

добавил несколько промежуточных значений, 
50к  уже было долго, но тренд ясен

Original issue reported on code.google.com by ae.insomniac on 26 May 2013 at 7:43

Attachments:

GoogleCodeExporter commented 9 years ago
0. Warnings:
BigInt.cpp: In constructor 'TBigUInt::TBigUInt(const string&)':
BigInt.cpp:45:8: warning: unused variable 'exp' [-Wunused-variable]
BigInt.cpp:65:28: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]
BigInt.cpp:72:28: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]
BigInt.cpp: In member function 'TBigUInt TBigUInt::operator/(TBigUInt)':
BigInt.cpp:316:21: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]
BigInt.cpp: In member function 'TBigUInt TBigUInt::operator++()':
BigInt.cpp:363:24: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]

Решение принято.

Оценка: 0.2 балла.

Original comment by aivyu...@gmail.com on 26 May 2013 at 3:05