Submission #83465


Source Code Expand

#include<cstdio>
#include<cmath>

using namespace std;

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 151 Byte
Status CE

Compile Error

./Main.cpp:8:22: error: invalid suffix "x" on integer constant
./Main.cpp: In function ‘int main()’:
./Main.cpp:9:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘__gnu_cxx::__enable_if<true, double>::__type {aka double}’ [-Wformat]