/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'int work(char*, int)':
foo.cc:75:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
foo.cc: In function 'int main()':
foo.cc:82:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  freopen("input.in", "r", stdin);
  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:83:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  freopen("output.out", "w", stdout);
  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:85:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s", s);
  ~~~~~^~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-07-16T11:50:35.271Z","handle":"2020-07-16T11:50:35.272Z","cache_start":"2020-07-16T11:50:35.278Z","read_cases":"2020-07-16T11:50:35.401Z","judge":"2020-07-16T11:50:35.412Z","done":"2020-07-16T11:50:37.258Z"}
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 1ms 512.0 KiB
#2 Runtime Error Segmentation fault 1ms 512.0 KiB
#3 Runtime Error Segmentation fault 1ms 512.0 KiB
#4 Runtime Error Segmentation fault 1ms 512.0 KiB
#5 Runtime Error Segmentation fault 5ms 512.0 KiB

信息

递交者
类型
递交
题目
P1293 后缀转中缀
语言
C++
递交时间
2020-07-16 19:50:35
评测时间
2020-07-16 19:50:35
评测机
分数
0
总耗时
10ms
峰值内存
512.0 KiB