Submission #3980109


Source Code Expand

#include <bit/stdc++.h>
using namespace std;

int main(){
  int a,b;
  cin>>a>>b;
  
  cout<<a<<b<<endl;
  
}

Submission Info

Submission Time
Task A - スワップ
User shoron99
Language C++14 (GCC 5.4.1)
Score 0
Code Size 120 Byte
Status CE

Compile Error

./Main.cpp:1:24: fatal error: bit/stdc++.h: No such file or directory
 #include <bit/stdc++.h>
                        ^
compilation terminated.