Submission #3980107


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 119 Byte
Status CE

Compile Error

./Main.cpp:1:24: warning: extra tokens at end of #include directive
 #include <bit/stdc++.h>>
                        ^
./Main.cpp:1:25: fatal error: bit/stdc++.h: No such file or directory
 #include <bit/stdc++.h>>
                         ^
compilation terminated.