/ AKIOI OJ /

记录详情

Time Exceeded

/in/foo.cc:5:31: warning: 'maybe_unused' attribute directive ignored [-Wattributes]
  [[maybe_unused]] const char* __website__ = "dresteam.online";
                               ^~~~~~~~~~~
/in/foo.cc: In function 'const drest::drest_io& drest::operator>>(const drest::drest_io&, bool&)':
/in/foo.cc:117:17: warning: variable 'f' set but not used [-Wunused-but-set-variable]
       long long f = 1, res;
                 ^
/in/foo.cc: In function 'const drest::drest_io& drest::operator<<(const drest::drest_io&, char*)':
/in/foo.cc:150:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (int i = 0; i < strlen(x); i++) putchar(x[i]);
                       ~~^~~~~~~~~~~
/in/foo.cc: In function 'const drest::drest_io& drest::operator>>(const drest::drest_io&, double&)':
/in/foo.cc:164:20: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
    scanf("%llf", &x);
                    ^
/in/foo.cc: In function 'const drest::drest_io& drest::operator<<(const drest::drest_io&, double)':
/in/foo.cc:168:20: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
    printf("%llf", x);
                    ^
/in/foo.cc: In function 'const drest::drest_io& drest::operator<<(const drest::drest_io&, std::__cxx11::string)':
/in/foo.cc:183:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (int i = 0; i < x.size(); i++) putchar(x[i]);
                       ~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1005ms ≥420.0 KiB

信息

递交者
类型
递交
题目
P1000 AKIOI OJ 在线IDE
语言
C++
递交时间
2024-03-07 20:09:25
评测时间
2024-08-20 11:02:03
评测机
分数
0
总耗时
≥1005ms
峰值内存
≥420.0 KiB