Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&m,&n);
                    ^
/in/foo.cc:9:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:10:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",(m*n)-(m+n));
                         ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2028 小凯的疑惑
 - 语言
 - C++
 - 递交时间
 - 2018-09-16 16:06:24
 - 评测时间
 - 2018-09-16 16:06:24
 - 评测机
 
- 分数
 - 60
 - 总耗时
 - 66ms
 - 峰值内存
 - 384.0 KiB