Submission #3011000


Source Code Expand

#include<bits/stdc++.h>
using namespace std;
int main()
{
    printf("1\n1 2 3")
    return 0;
}

Submission Info

Submission Time
Task A - 役人
User luogu_bot3
Language C++ (GCC 5.4.1)
Score 0
Code Size 96 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:6:5: error: expected ‘;’ before ‘return’
     return 0;
     ^