/ XMU_ACM /

记录详情

Compile Error

/in/foo.c:4:1: error: unknown type name 'using'
 using namespace std;
 ^~~~~
/in/foo.c:4:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
 using namespace std;
                 ^~~
/in/foo.c: In function 'main':
/in/foo.c:9:16: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
     scanf("%I64d%I64d",&n,&m);
                ^
/in/foo.c:9:21: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
     scanf("%I64d%I64d",&n,&m);
                     ^
/in/foo.c:14:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%I64d\n",ways%1000000007);
                 ^

信息

递交者
类型
自测
题目
stones
语言
C
递交时间
2018-09-03 09:49:15
评测时间
2018-09-03 09:49:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes