Submission #83460


Source Code Expand

#include<cstdio>
#include<cmath>

int main(){
  int x;
  scanf("%*d %d %*d",6x);
  printf("%d\n",abs(x));
  return 0;
}

Submission Info

Submission Time
Task B - 玉座の間
User nuip
Language C++ (G++ 4.6.4)
Score 0
Code Size 127 Byte
Status CE

Compile Error

./Main.cpp:6:22: error: invalid suffix "x" on integer constant
./Main.cpp: In function ‘int main()’:
./Main.cpp:7:22: error: ‘abs’ was not declared in this scope
./Main.cpp:7:22: note: suggested alternative:
/usr/include/c++/4.6/cmath:96:5: note:   ‘std::abs’