Submission #3404064


Source Code Expand

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


int main() {
    int q;
    cin >> q;
    if(q==1){
        print("ABC");
    }else{
        print("chokudai")
    }
}

Submission Info

Submission Time
Task A - クイズ
User tomo0608
Language C++14 (GCC 5.4.1)
Score 0
Code Size 178 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:9:20: error: ‘print’ was not declared in this scope
         print("ABC");
                    ^
./Main.cpp:11:25: error: ‘print’ was not declared in this scope
         print("chokudai")
                         ^