Submission #154650


Source Code Expand

#include <cstdio>
#include <iostream>
#include <sstream>
#include <fstream>
#include <iomanip>
#include <algorithm>
#include <cmath>
#include <string>
#include <vector>
#include <list>
#include <queue>
#include <stack>
#include <set>
#include <map>
#include <bitset>
#include <numeric>
#include <climits>
#include <cfloat>
#include <functional>
using namespace std;

int main()
{
    string s;
    cin >> s;
    if(s == "3" || s == "6" || s == "9")
        cout << "YES" << endl;
    else
        cout << "NO" << endl;
    return 0;
}

Submission Info

Submission Time
Task A - 世界のFizzBuzz
User mamekin
Language C++ (G++ 4.6.4)
Score 100
Code Size 564 Byte
Status AC
Exec Time 24 ms
Memory 928 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 9
Set Name Test Cases
All test_1.txt, test_2.txt, test_3.txt, test_4.txt, test_5.txt, test_6.txt, test_7.txt, test_8.txt, test_9.txt
Case Name Status Exec Time Memory
sample_01.txt AC 23 ms 876 KB
sample_02.txt AC 24 ms 928 KB
sample_03.txt AC 23 ms 884 KB
test_1.txt AC 24 ms 916 KB
test_2.txt AC 23 ms 800 KB
test_3.txt AC 23 ms 920 KB
test_4.txt AC 23 ms 808 KB
test_5.txt AC 22 ms 796 KB
test_6.txt AC 23 ms 800 KB
test_7.txt AC 23 ms 924 KB
test_8.txt AC 23 ms 856 KB
test_9.txt AC 21 ms 812 KB