Changes

Jump to: navigation, search

GPU610/TeamKappa

220 bytes added, 03:41, 2 December 2015
Code
}
// report system time
/* void reportTime(const char* msg, steady_clock::duration span) {
auto ms = duration_cast<milliseconds>(span);
std::cout << msg << " - took - " <<
ms.count() << " millisecs" << std::endl;
}
*/
int main(int argc, char* argv[])
13
edits

Navigation menu