Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 602 Bytes

180127.md

File metadata and controls

36 lines (24 loc) · 602 Bytes

ACM Club Meeting - Jan 27, 2018

Overview

Overview of Events

Weekly Meeting Plan

TODO

  • Collecting information about ACM-ICPC teams
  • Classroom space request: time and location
  • Prepare for first weekly lectures
  • Find a solution to email list
  • Complete writing bylaw

Weekly Challenge - Inverse Factorial

Given the value of n! (which can be very large), can you write a program to find the value of n?

Sample input:

10888869450418352160768000000

Sample output:

27

Source: 2016 ICPC NAQ