Submission #4714648


Source Code Expand

#include <bits/stdc++.h>
using namespace std;
 
main(int argc, char *argv[]) {
  cout << argv[0] - argv[1] endl;
}

Submission Info

Submission Time
Task A - 積雪深差
User test11
Language C++14 (GCC 5.4.1)
Score 0
Code Size 119 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main(int, char**)’:
./Main.cpp:5:29: error: expected ‘;’ before ‘endl’
   cout << argv[0] - argv[1] endl;
                             ^