Problem | timeexam |
---|---|
User | eliasxyz |
Submission Time | 2025-05-22 23:44:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:11:8: error: ‘setfill’ was not declared in this scope
11 | cout<<setfill('0')<<getw(4)<<hehe
| ^~~~~~~
timeexam.cpp:11:27: error: invalid conversion from ‘int’ to ‘FILE*’ {aka ‘_IO_FILE*’} [-fpermissive]
11 | cout<<setfill('0')<<getw(4)<<hehe
| ^
| |
| int
In file included from /usr/include/c++/9/cstdio:42,
from /usr/include/c++/9/ext/string_conversions.h:43,
from /usr/include/c++/9/bits/basic_string.h:6496,
from /usr/include/c++/9/string:55,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/ostream:38,