Submission #7092609


Source Code Expand

#include <bits/stdc++.h>
using namespace std;

int main()
{
  int N,A;
  
  cin>>N>>A;
  
  if(N%(500+A))
  {
    cout<<"Yes"<<end1;
  }
  else
  {
    cont<<"No"<<end1;
  }
}
    
  

Submission Info

Submission Time
Task A - Infinite Coins
User okachi
Language C++14 (GCC 5.4.1)
Score 0
Code Size 202 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:12:18: error: ‘end1’ was not declared in this scope
     cout<<"Yes"<<end1;
                  ^
./Main.cpp:16:5: error: ‘cont’ was not declared in this scope
     cont<<"No"<<end1;
     ^
./Main.cpp:16:17: error: ‘end1’ was not declared in this scope
     cont<<"No"<<end1;
                 ^