답안 #668314

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
668314 2022-12-03T15:29:14 Z vjudge1 Matryoshka (JOI16_matryoshka) C++14
0 / 100
2000 ms 212 KB
#include<bits/stdc++.h>
using namespace std;

int main() {
  int m,n;
  cin >> m >> n;
  cout << m+n;
  while(1);
  return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 2090 ms 212 KB Time limit exceeded
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 2090 ms 212 KB Time limit exceeded
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 2090 ms 212 KB Time limit exceeded
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 2090 ms 212 KB Time limit exceeded
2 Halted 0 ms 0 KB -