/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:19:11: warning: variable 'f' set but not used [-Wunused-but-set-variable]
  x=0;bool f=false;char ch=getchar();
           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:7: error: 'A' was not declared in this scope
  read(A);read(B);long long ans;
       ^
/in/foo.cc:27:15: error: 'B' was not declared in this scope
  read(A);read(B);long long ans;
               ^

信息

递交者
类型
递交
题目
P2025 欧拉函数
比赛
金秋重聚模拟赛
语言
C++
递交时间
2017-10-07 21:14:07
评测时间
2017-10-07 21:16:28
评测机
分数
0
总耗时
1479ms
峰值内存
133.297 MiB