Submission #668322

# Submission time Handle Problem Language Result Execution time Memory
668322 2022-12-03T16:08:52 Z vjudge1 Robots (APIO13_robots) C++17
Compilation error
0 ms 0 KB
#include<bits/stdc++.h>
using namespace std;

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

Compilation message

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