记录详情

Accepted

foo.cc: In function 'void fre()':
foo.cc:12:29: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
 void fre() { system("clear"), freopen("A.txt", "r", stdin); freopen("Ans.txt","w",stdout); }
              ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:12:29: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
foo.cc:12:68: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
 void fre() { system("clear"), freopen("A.txt", "r", stdin); freopen("Ans.txt","w",stdout); }
                                                             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'void Fre()':
foo.cc:13:29: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
 void Fre() { system("clear"), freopen("A.txt", "r", stdin);}
              ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:13:29: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 23ms 21.285 MiB
#2 Accepted 23ms 21.219 MiB
#3 Accepted 23ms 21.273 MiB
#4 Accepted 23ms 21.312 MiB
#5 Accepted 22ms 21.32 MiB
#6 Accepted 241ms 49.605 MiB
#7 Accepted 237ms 49.73 MiB
#8 Accepted 220ms 49.586 MiB
#9 Accepted 140ms 43.816 MiB
#10 Accepted 143ms 43.781 MiB
#11 Accepted 149ms 43.824 MiB
#12 Accepted 153ms 43.934 MiB
#13 Accepted 285ms 47.113 MiB
#14 Accepted 284ms 47.207 MiB
#15 Accepted 277ms 46.383 MiB
#16 Accepted 263ms 46.527 MiB
#17 Accepted 262ms 44.438 MiB
#18 Accepted 255ms 44.68 MiB
#19 Accepted 273ms 44.871 MiB
#20 Accepted 847ms 82.441 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2021-04-19 19:12:29
评测时间
2021-04-19 19:12:29
评测机
分数
100
总耗时
4152ms
峰值内存
82.441 MiB