mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Fix grader
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
int nonce; // For random input
|
||||
int nonce = 0; // For random input
|
||||
|
||||
int main() {
|
||||
int i;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
int nonce; // For random input
|
||||
int nonce = 0; // For random input
|
||||
|
||||
int fibonacci(int n) {
|
||||
if (n < 2) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
int nonce; // For random input
|
||||
int nonce = 0; // For random input
|
||||
int g = 10;
|
||||
|
||||
int foo(int, int k);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
int nonce; // For random input
|
||||
int nonce = 0; // For random input
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
int nonce; // For random input
|
||||
int nonce = 0; // For random input
|
||||
|
||||
int foo() {
|
||||
int sum = 0;
|
||||
|
||||
Reference in New Issue
Block a user