记录详情

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.27 MiB
#2 Accepted 23ms 21.309 MiB
#3 Accepted 22ms 21.262 MiB
#4 Accepted 22ms 21.312 MiB
#5 Accepted 22ms 21.309 MiB
#6 Accepted 215ms 47.531 MiB
#7 Accepted 216ms 47.66 MiB
#8 Accepted 211ms 47.398 MiB
#9 Accepted 144ms 42.824 MiB
#10 Accepted 137ms 42.773 MiB
#11 Accepted 139ms 42.832 MiB
#12 Accepted 141ms 42.809 MiB
#13 Accepted 254ms 44.887 MiB
#14 Accepted 242ms 44.918 MiB
#15 Accepted 237ms 45.258 MiB
#16 Accepted 239ms 45.219 MiB
#17 Accepted 245ms 43.504 MiB
#18 Accepted 240ms 43.445 MiB
#19 Accepted 220ms 43.293 MiB
#20 Accepted 702ms 84.09 MiB

信息

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