Giter Club home page Giter Club logo

c202309's People

Contributors

fusillading avatar

Watchers

 avatar

c202309's Issues

20231004 Feedback

워닝 있음. 아래 파일/워닝메세지/솔루션을 확인하세요

  • WARNING in challenge/week5/functionMulti
    • Warning: return type of 'main' is not 'int' [line 6]
      • 이유: main의 반환값은 int 여야 합니다
      • 해결: void main()을 int main()으로 변경하고 마지막에 return 0;을 추가하세요.
    • Warning: format specifies type 'long long' but the argument has type 'long' [line 9]
    • Warning: format specifies type 'long long' but the argument has type 'long' [line 10]
    • Warning: format specifies type 'long long' but the argument has type 'long' [line 11]
      • 이유: 서식지정자 %lld는 long long 데이터를 위한 지정자입니다
      • 해결: %lld를 %ld로 바꾸세요
  • WARNING in practice/week5/functionHap
    • Warning: return type of 'main' is not 'int' [line 6]
      • 이유: main의 반환값은 int 여야 합니다
      • 해결: void main()을 int main()으로 변경하고 마지막에 return 0;을 추가하세요.

20230918 Feedback

challenge/week3/do-while_even no file
해당 실습 파일의 이름이 잘못되었습니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.