# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
668322 | 2022-12-03T16:08:52 Z | vjudge1 | Robots (APIO13_robots) | C++17 | 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; }