Submission #2865321


Source Code Expand

#include <bits/stdc++.h>
using namespace std;
int N, x, y;

int main(){
  cin>>N;
  x = 800*N;
  y = N/15 * 200;
  xout<< x -y<<endl;
}

Submission Info

Submission Time
Task A - Restaurant
User terasak
Language C++14 (GCC 5.4.1)
Score 0
Code Size 144 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:9:3: error: ‘xout’ was not declared in this scope
   xout<< x -y<<endl;
   ^