Submission #668322

#TimeUsernameProblemLanguageResultExecution timeMemory
668322vjudge1Robots (APIO13_robots)C++17
Compilation error
0 ms0 KiB
#include<bits/stdc++.h>
using namespace std;

int main() {
  int m,n;
  cin >> m >> n;
  cout << m+n;
  while(1);
  return 0asd;
}

Compilation message (stderr)

robots.cpp: In function 'int main()':
robots.cpp:9:10: error: unable to find numeric literal operator 'operator""asd'
    9 |   return 0asd;
      |          ^~~~
robots.cpp:9:10: note: use '-fext-numeric-literals' to enable more built-in suffixes