F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_39310935_30291.cpp: In function 'std::string timeAfterXSeconds(int)':
0_0_39310935_30291.cpp:38:24: error: aggregate 'std::ostringstream oss' has incomplete type and cannot be defined
   38 |     std::ostringstream oss;
      |                        ^~~
0_0_39310935_30291.cpp:39:17: error: 'setfill' is not a member of 'std'
   39 |     oss << std::setfill('0')
      |                 ^~~~~~~
0_0_39310935_30291.cpp:7:1: note: 'std::setfill' is defined in header '<iomanip>'; did you forget to '#include <iomanip>'?
    6 | #include <stack>
  +++ |+#include <iomanip>
    7 | using namespace std;
0_0_39310935_30291.cpp:40:17: error: 'setw' is not a member of 'std'
   40 |         << std::setw(2) << hours << ":"
      |                 ^~~~
0_0_39310935_30291.cpp:40:17: note: 'std::setw' is defined in header '<iomanip>'; did you forget to '#include <iomanip>'?
0_0_39310935_30291.cpp:41:17: error: 'setw' is not a member of 'std'
   41 |         << std::setw(2) << minutes << ":"
      |                 ^~~~
0_0_39310935_30291.cpp:41:17: note: 'std::setw' is defined in header '<iomanip>'; did you forget to '#include <iomanip>'?
0_0_39310935_30291.cpp:42:17: error: 'setw' is not a member of 'std'
   42 |         << std::setw(2) << seconds
      |                 ^~~~
0_0_39310935_30291.cpp:42:17: note: 'std::setw' is defined in header '<iomanip>'; did you forget to '#include <iomanip>'?


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-06-29 07:57:52, Gzip enabled