#Need feedback and if possible, ways to make this shorter and simpler. TIA!

5 messages · Page 1 of 1 (latest)

granite obsidianBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

drowsy trailBOT
#
Compiler Output
<source>: In function 'int main()':
<source>:45:46: error: 'INT_MAX' was not declared in this scope
   45 |     int printer1ShortestUsageTimeInSeconds = INT_MAX;
      |                                              ^~~~~~~
<source>:8:1: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
    7 | #include <array>
  +++ |+#include <climits>
    8 | 
Build failed
main scaffold
#

problem is?

granite obsidianBOT
#

@keen birch

Please Do Not Delete Posts!

Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. In the future you can use !solved to close a post and mark a post as solved.

keen birch
#

!solved