Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    printf("%d %d\n", rand(1, 100), rand(1, 100));
                                                ^
/in/foo.cc:23:48: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1025 小飞侠的游园方案
 - 语言
 - C++
 - 递交时间
 - 2019-08-02 11:27:39
 - 评测时间
 - 2019-08-02 14:58:10
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 45ms
 - 峰值内存
 - 824.0 KiB