0.SigTest


Submit solution

Points: 1 (partial)
Time limit: 1.0s
Memory limit: 98M

Problem type
Allowed languages
Ada, Assembly, Awk, C, C++, C11, CLANG, CLANGX, Classical, COBOL, Coffee, CSC, D lang, DART, F95, FORTH, Fortrn, GAS32, GO, Haskell, Itercal, Java, kotlin, LEAN, LISP, LUA, MONOVB, Nasm, OCAML, Pascal, Perl, php, PIKE, prolog, Pypy, Python, Ruby 2, RUST, Scala, SCM, SED, SWIFT, TCL, TUR, V8JS, VB, ZIG

This is a test to test signature grading capabilities. Have a function is_valid that looks like the following sample, and it should AC. Probably.

bool is_valid(int n) { return n == 1; }

Don Mills Online Judge

Comments


  • 0
    LãoTam  commented on Sept. 11, 2021, 2:18 a.m.

    [user:^_^ tham khảo] lần đầu gặp được cái code như trên bái phục người ra để

    mn code bên dưới

    bool is_valid(int n) { return n == 1; }


  • 1
    minyoongi  commented on Sept. 24, 2020, 12:35 p.m.

    em k hiểu đề bài này luôn :v


    • 0
      giangcoik50  commented on Sept. 25, 2020, 2:20 a.m.

      Viết cái hàm như trên là được