/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:49:25: error: call of overloaded 'pow(int, int&)' is ambiguous
foo.cpp:49:25: note: candidates are:
c:\mingw32\bin\../lib/gcc/mingw32/4.6.1/../../../../include/math.h:156:24: note: double pow(double, double)
foo.cpp:28:4: note: long long int pow(long long int, long long int)
foo.cpp:51:31: error: call of overloaded 'pow(int, int&)' is ambiguous
foo.cpp:51:31: note: candidates are:
c:\mingw32\bin\../lib/gcc/mingw32/4.6.1/../../../../include/math.h:156:24: note: double pow(double, double)
foo.cpp:28:4: note: long long int pow(long long int, long long int)

信息

递交者
类型
递交
题目
P1922 木姑娘的生日
比赛
情人节邀请赛之木姐姐的情人节梦录[Marathon]
语言
C++
递交时间
2015-02-14 09:58:21
评测时间
2015-02-16 00:19:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes