change cout to clog
This commit is contained in:
parent
be92e980fd
commit
73ce54256e
@ -15,7 +15,7 @@ void printDiskMap(std::vector<int> &diskmap) {
|
|||||||
std::clog << numC << diskmap[i] << RESET;
|
std::clog << numC << diskmap[i] << RESET;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::cout << RESET << std::endl;
|
std::clog << RESET << std::endl;
|
||||||
}
|
}
|
||||||
int main() {
|
int main() {
|
||||||
std::ifstream inputfile("input");
|
std::ifstream inputfile("input");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user