Submission #5756660


Source Code Expand

#include <iostream>
using namespace std;
int main()
{
  int A, B;
  while(cin >> A >> B, A+B!=0) 
  {
    cout << A+B << endl;
  }
  return 0;
}

Submission Info

Submission Time
Task A - A + B
User luogu_bot5
Language C++ (GCC 5.4.1)
Score 0
Code Size 154 Byte
Status TLE
Exec Time 1055 ms
Memory 1536 KB

Judge Result

Set Name Subtask1 Subtask2 Subtask3
Score / Max Score 0 / 33 0 / 33 0 / 34
Status
TLE × 1
TLE × 1
TLE × 1
Set Name Test Cases
Subtask1 1.txt
Subtask2 2.txt
Subtask3 3.txt
Case Name Status Exec Time Memory
1.txt TLE 1055 ms 1536 KB
2.txt TLE 1055 ms 1536 KB
3.txt TLE 1055 ms 1536 KB